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.dataeditor |
The com.aspose.pdf.dataeditor contains tools for editing data within a document.
|
Modifier and Type | Method and Description |
---|---|
Resources |
Form.getDefaultResources()
Gets default resources placed on this form.
|
static Resources |
InternalHelper.getParent(XFormCollection form) |
static Resources |
InternalHelper.getParent(XImageCollection xImage) |
Resources |
Page.getResources()
Retrieves the resources associated with the page.
|
Resources |
XForm.getResources()
Returns resources of Form X-Object.
|
Resources |
XForm.getResources(boolean allowCreate)
Returns resources of Form X-Object
|
Resources |
Page.getResourcesField()
Gets page resources.
|
Resources |
XForm.getResourcesField()
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.Resources_create(IDocument document,
com.aspose.pdf.engine.commondata.pagecontent.IResourceDictionary resources) |
static Resources |
InternalHelper.Resources_getResourcesFor(com.aspose.pdf.engine.commondata.graphics.patterns.TilingPattern tilingPattern) |
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 com.aspose.pdf.engine.commondata.graphics.patterns.IPattern |
InternalHelper.findPattern(Resources resources,
String patternName) |
static IDocument |
InternalHelper.getDocument(Resources res) |
static com.aspose.pdf.engine.data.IPdfDictionary |
InternalHelper.getEngineDict(Resources value) |
static boolean |
InternalHelper.getNotifyAboutFontSubstitutions(Resources res) |
static com.aspose.pdf.engine.commondata.pagecontent.IResourceDictionary |
InternalHelper.getResourceDictionary(Resources resources) |
static com.aspose.pdf.engine.data.IPdfObject |
InternalHelper.getSource(Resources parent) |
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.data.IPdfDictionary |
InternalHelper.Resources_getEngineDict(Resources resources) |
static com.aspose.pdf.engine.commondata.pagecontent.IResourceDictionary |
InternalHelper.Resources_getResourceDictionary(Resources r) |
static boolean |
InternalHelper.Resources_setIgnoreResourceFontErrors(Resources resources,
boolean value) |
static void |
InternalHelper.setIgnoreResourceFontErrors(Resources resources,
boolean ignoreResourceFontErrors) |
Constructor and Description |
---|
CosPdfDictionary(Resources resources)
Creates a dictionary from resources.
|
DictionaryEditor(Resources resources) |
Copyright © 2025 Aspose. All Rights Reserved.