Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library
which are either directly in it like Document or indirectly through several
subpackages. |
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.
/// It also contain classes that allow to extract, replace, substitute fonts of a document. |
Modifier and Type | Class and Description |
---|---|
class |
FileFontSource
Represents single font file source.
|
class |
FolderFontSource
Represents the folder that contains font files.
|
class |
MemoryFontSource
Represents single font file source.
|
class |
SystemFontSource
Represents all fonts installed to the system.
|
Modifier and Type | Method and Description |
---|---|
FontSource |
FontSourceCollection.getItem(int index)
Gets the font element at the specified index.
|
Modifier and Type | Method and Description |
---|---|
void |
FontSourceCollection.add(FontSource fontSource)
Adds new font source object to the collection.
|
void |
FontSourceCollection.delete(FontSource fontSource)
Deletes the font source element.
|
Copyright © 2017 Aspose. All Rights Reserved.