Package | Description |
---|---|
com.groupdocs.conversion.contracts |
The GroupDocs.Conversion.Contracts namespace provides members to instantiate and release output document, manage font substitutions etc.
|
com.groupdocs.conversion.options.load |
The GroupDocs.Conversion.Options.Load namespace provides classes to specify additional options for document loading process.
|
Modifier and Type | Method and Description |
---|---|
static FontSubstitute |
FontSubstitute.create(String originalFont,
String substituteWith)
Instantiate new font substitution pair.
|
Modifier and Type | Method and Description |
---|---|
List<FontSubstitute> |
NoteLoadOptions.getFontSubstitutes()
Substitute specific fonts when converting Note document.
|
List<FontSubstitute> |
PdfLoadOptions.getFontSubstitutes()
Substitute specific fonts when converting Pdf document.
|
List<FontSubstitute> |
PresentationLoadOptions.getFontSubstitutes()
Substitute specific fonts when converting Presentation document.
|
List<FontSubstitute> |
SpreadsheetLoadOptions.getFontSubstitutes()
Substitute specific fonts when converting spreadsheet document.
|
List<FontSubstitute> |
WordProcessingLoadOptions.getFontSubstitutes()
Substitute specific fonts when converting Words document.
|
Modifier and Type | Method and Description |
---|---|
void |
NoteLoadOptions.setFontSubstitutes(List<FontSubstitute> value)
Substitute specific fonts when converting Note document.
|
void |
PdfLoadOptions.setFontSubstitutes(List<FontSubstitute> value)
Substitute specific fonts when converting Pdf document.
|
void |
PresentationLoadOptions.setFontSubstitutes(List<FontSubstitute> value)
Substitute specific fonts when converting Presentation document.
|
void |
SpreadsheetLoadOptions.setFontSubstitutes(List<FontSubstitute> value)
Substitute specific fonts when converting spreadsheet document.
|
void |
WordProcessingLoadOptions.setFontSubstitutes(List<FontSubstitute> value)
Substitute specific fonts when converting Words document.
|