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. |
Modifier and Type | Method and Description |
---|---|
static FontCollection |
InternalHelper.getFontCollection(IDocument doc) |
static FontCollection |
InternalHelper.getFontCollection(com.aspose.pdf.engine.commondata.pagecontent.IResourceDictionary resourceDictionary) |
FontCollection |
FontAbsorber.getFonts()
Gets collection of search occurrences that are presented with
Font objects. |
FontCollection |
Resources.getFonts()
Gets
Fonts resources collection
|
FontCollection |
Resources.getFonts(boolean createIfAbsent)
Returns fonts collection.
|
Modifier and Type | Method and Description |
---|---|
static void |
InternalHelper.add(FontCollection fc,
String resName,
com.aspose.pdf.engine.data.IPdfObject newFont) |
static void |
InternalHelper.delete(FontCollection fonts,
String resName) |
static com.aspose.pdf.engine.collections.HashDictionary<String,Font> |
InternalHelper.FontCollection_getHash(FontCollection fonts) |
static com.aspose.pdf.engine.data.IPdfDictionary |
InternalHelper.getFontsDictionary(FontCollection fc) |
static com.aspose.pdf.engine.collections.HashDictionary<String,Font> |
InternalHelper.getHash(FontCollection fonts) |