Package | Description |
---|---|
com.aspose.pdf.text |
The
com.aspose.pdf.text package provides classes that allow to extract text,
add text, manipulate existing text of a document. |
Modifier and Type | Class and Description |
---|---|
class |
CustomFontSubstitutionBase
Represents a base class for custom font substitution strategy.
|
class |
SimpleFontSubstitution
Represents a class for simple font substitution strategy.
|
class |
SystemFontsSubstitution
Represents a class for font substitution strategy that substitutes fonts with system fonts.
|
Modifier and Type | Method and Description |
---|---|
FontSubstitution |
FontSubstitutionCollection.getItem(int index)
Gets the font element at the specified index.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.List.Enumerator<FontSubstitution> |
FontSubstitutionCollection.iterator()
Returns an enumerator for the entire collection.
|
Modifier and Type | Method and Description |
---|---|
void |
FontSubstitutionCollection.add(FontSubstitution fontSubstitution)
Adds new font substitution object to the collection.
|
boolean |
FontSubstitutionCollection.contains(FontSubstitution item)
Determines whether an element is in the collection
|
void |
FontSubstitutionCollection.delete(FontSubstitution fontSubstitution)
For internal only
Deletes the font substitution element.
|
static com.aspose.fonts.FontDefinition |
InternalHelper.getSubstitutionFontDefinition(FontSubstitution fs) |
boolean |
FontSubstitutionCollection.remove(FontSubstitution item)
Deletes the font substitution element.
|
static void |
InternalHelper.setSubstitutionFontDefinition(FontSubstitution fs,
com.aspose.fonts.FontDefinition value) |