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.facades |
The
com.aspose.pdf.facades package provides classes originaly came from Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
static XForm |
XForm.createNewForm(com.aspose.pdf.engine.data.ITrailerable trailerable)
Creates new XForm in the document.
|
static XForm |
XForm.createNewForm(Page source,
IDocument document)
Creates XForm which duplicates contents of the page.
|
static XForm |
XForm.createNewForm(Page source,
com.aspose.pdf.engine.data.ITrailerable trailerable,
Copier copier) |
static XForm |
InternalHelper.createNewForm(Page source,
com.aspose.pdf.engine.data.ITrailerable trailerable,
Copier copier) |
XForm |
XFormCollection.get_Item(int index)
Returns XForm by index.
|
XForm |
AppearanceDictionary.get_Item(Object key)
Represents convenient form for getting appearance streams.
|
XForm |
XFormCollection.get_Item(String name)
Returns XForm by its name.
|
XForm |
ButtonField.getAlternateIcon()
Gets alternate icon which shall be displayed when the mouse button is pressed within its active area.
|
XForm |
TextFragment.getForm()
Gets form object that contains the TextFragment
The value can be null in case the TextFragment object doesn't belong to a form. |
XForm |
Artifact.getForm()
Gets XForm of the artifact (if XForm is used).
|
XForm |
Annotation.getNormalAppearance()
Gets normal appearance.
|
XForm |
ButtonField.getNormalIcon()
Gets normal icon of the button which shall be displayed when it is not interacting with the user.
|
XForm |
ButtonField.getRolloverIcon()
Gets rollover icon of the button which shall be displayed when the user
rolls the cursor into its active area without pressing the mouse button.
|
Modifier and Type | Method and Description |
---|---|
void |
XFormCollection.add(XForm xform)
Adds new XForm into collection.
|
String |
XFormCollection.getFormName(XForm form)
Returns name of the form in this form collection
|
void |
AppearanceDictionary.set_Item(Object key,
XForm value) |
void |
ButtonField.setAlternateIcon(XForm value)
Sets alternate icon which shall be displayed when the mouse button is pressed within its active area.
|
void |
ButtonField.setNormalIcon(XForm value)
Sets normal icon of the button which shall be displayed when it is not interacting with the user.
|
void |
ButtonField.setRolloverIcon(XForm value)
Sets rollover icon of the button which shall be displayed when the user
rolls the cursor into its active area without pressing the mouse button.
|
void |
TextFragmentAbsorber.visit(XForm xForm)
Performs search on the specified form object.
|
void |
TextAbsorber.visit(XForm form)
Extracts text on the specified XForm.
|
Modifier and Type | Method and Description |
---|---|
XForm |
StampInfo.getForm()
Gets XForm of the stamp.
|
Copyright © 2017 Aspose. All Rights Reserved.