Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java 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.
|
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.
|
boolean |
FontSourceCollection.contains(FontSource item)
Determines whether an element is in the collection.
|
void |
FontSourceCollection.copyTo(FontSource[] array,
int index)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the
target array
|
void |
FontSourceCollection.delete(FontSource fontSource)
Deletes the font source element.
|
boolean |
FontSourceCollection.remove(FontSource item)
Deletes the font source element.
|
Copyright © 2023 Aspose. All Rights Reserved.