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 |
---|---|
Resources |
Form.getDefaultResources()
Gets default resources placed on this form.
|
Resources |
Page.getResources()
Gets page resources.
|
Resources |
XForm.getResources()
Gets Form XObject resources.
|
static Resources |
Resources.getResourcesFor(Form form)
Gets resources for
|
static Resources |
InternalHelper.getResourcesFor(Page page) |
static Resources |
InternalHelper.getResourcesFor(XForm xForm) |
static Resources |
InternalHelper.ResourcesCreate(IDocument doc,
com.aspose.pdf.engine.commondata.pagecontent.IResourceDictionary res) |
Modifier and Type | Method and Description |
---|---|
static void |
InternalHelper.clearImagesCache(Resources resources) |
static IDocument |
InternalHelper.getDocument(Resources res) |
static boolean |
InternalHelper.getNotifyAboutFontSubstitutions(Resources res) |
static com.aspose.pdf.engine.commondata.pagecontent.IResourceDictionary |
InternalHelper.getResourceDictionary(Resources resources) |
static XImageCollection |
InternalHelper.newXImageCollection(Resources parent,
com.aspose.pdf.engine.data.IPdfDictionary xobject) |
static void |
InternalHelper.registrySubstitution(Resources res,
com.aspose.pdf.engine.commondata.text.fonts.IPdfFont oldFont,
com.aspose.pdf.engine.commondata.text.fonts.IPdfFont newFont,
com.aspose.pdf.engine.data.ITrailerable resources) |
static com.aspose.pdf.engine.commondata.pagecontent.IResourceDictionary |
InternalHelper.Resources_getResourceDictionary(Resources r) |