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 | Class and Description |
---|---|
class |
GoToAction
Represents a go-to action that changes the view to a specified destination (page, location, and
magnification factor).
|
class |
GoToRemoteAction
Represents a remote go-to action that is similar to an ordinary go-to action but jumps to a
destination in another PDF file instead of the current file.
|
class |
GoToURIAction
Represents a URI action causes a URI to be resolved.
|
class |
HideAction
Represents a hide action that hides or shows one or more annotations on the screen by setting or clearing their Hidden flags.
|
class |
ImportDataAction
Upon invocation of an import-data action, Forms Data Format (FDF) data shall be imported into the document’s interactive form from a specified file.
|
class |
JavascriptAction
Class representing javascript action.
|
class |
LaunchAction
Represents a launch action that launches an application or opens or prints a document.
|
class |
NamedAction
Represents named actions that PDF viewer applications are expected to support.
|
class |
RenditionAction
A rendition action that controls the playing of multimedia content.
|
class |
SubmitFormAction
Class which describes submit-form action.
|
Modifier and Type | Method and Description |
---|---|
PdfAction |
ActionCollection.get_Item(int index)
Gets action by its index.
|
PdfAction |
PdfActionCollection.get_Item(int index)
Gets action by its index.
|
PdfAction |
LinkAnnotation.getAction()
Get an action to be performed when the link annotation is activated.
|
PdfAction |
OutlineItemCollection.getAction()
Gets the action for this outline item.
|
PdfAction |
ScreenAnnotation.getAction()
Gets an action to be performed when the annotation is activated.
|
PdfAction |
DocumentActionCollection.getAfterPrinting()
Action that will be performed after document printing.
|
PdfAction |
DocumentActionCollection.getAfterSaving()
Gets action that will be performed after document saving.
|
PdfAction |
DocumentActionCollection.getBeforeClosing()
Gets action that will be performed before documetn closing.
|
PdfAction |
DocumentActionCollection.getBeforePrinting()
Action that will be performed before document printing.
|
PdfAction |
DocumentActionCollection.getBeforeSaving()
Gets action performed before document saving.
|
PdfAction |
WidgetAnnotation.getOnActivated()
Get an action which shall be performed when the annotation is activated.
|
PdfAction |
AnnotationActionCollection.getOnCalculate()
Gets an action to calculate field value.
|
PdfAction |
PageActionCollection.getOnClose()
An action that shall be performed when the page is closed.
|
PdfAction |
AnnotationActionCollection.getOnClosePage()
Gets an action to be performed when the page containing the annotation is closed.
|
PdfAction |
AnnotationActionCollection.getOnEnter()
Gets an action to be performed when the cursor enters the annotation's active area.
|
PdfAction |
AnnotationActionCollection.getOnExit()
Gets an action to be performed when the cursor exits the annotation's active area.
|
PdfAction |
AnnotationActionCollection.getOnFormat()
Gets action to be performed to format field value.
|
PdfAction |
AnnotationActionCollection.getOnHidePage()
Gets an action to be performed when the page containing the annotation is no longer visible in the viewer application's user interface.
|
PdfAction |
AnnotationActionCollection.getOnLostFocus()
Gets an action to be performed when the annotation loses the input focus.
|
PdfAction |
AnnotationActionCollection.getOnModifyCharacter()
Gets an action to be performed when user modifies character of the field.
|
PdfAction |
PageActionCollection.getOnOpen()
An action that shall be performed when the page is opened.
|
PdfAction |
AnnotationActionCollection.getOnOpenPage()
Gets an action to be performed when the page containing the annotation is opened.
|
PdfAction |
AnnotationActionCollection.getOnPressMouseBtn()
Gets an action to be performed when the mouse button is pressed inside the annotation's active area.
|
PdfAction |
AnnotationActionCollection.getOnReceiveFocus()
Gets an action to be performed when the annotation receives the input focus.
|
PdfAction |
AnnotationActionCollection.getOnReleaseMouseBtn()
Gets an action to be performed when the mouse button is released inside the annotation's active area.
|
PdfAction |
AnnotationActionCollection.getOnShowPage()
Get an action to be performed when the page containing the annotation becomes visible in the viewer application's user interface.
|
PdfAction |
AnnotationActionCollection.getOnValidate()
Gets an action to be performed when user changes contents of the field.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.IEnumerator<PdfAction> |
PdfActionCollection.iterator_Rename_Namesake()
Internal method
|
com.aspose.ms.System.Collections.IEnumerator<PdfAction> |
ActionCollection.iterator()
Returns enumerator for collection.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<PdfAction> |
PdfActionCollection.iterator()
Gets enumerator.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionCollection.add(PdfAction action)
Adds new action into colleciton.
|
void |
PdfActionCollection.add(PdfAction action)
Add action to action list.
|
boolean |
ActionCollection.contains(PdfAction item)
Not supported yet.
|
void |
ActionCollection.copyTo(PdfAction[] array,
int index)
Copies actions array into collection.
|
static void |
InternalHelper.execute(PdfAction action,
IDocument document) |
static com.aspose.pdf.engine.data.IPdfDictionary |
InternalHelper.getEngineDict(PdfAction action) |
boolean |
ActionCollection.remove(PdfAction item)
* Not supported yet.
|
void |
LinkAnnotation.setAction(PdfAction value)
Set an action to be performed when the link annotation is activated.
|
void |
OutlineItemCollection.setAction(PdfAction value)
Sets the action for this outline item.
|
void |
ScreenAnnotation.setAction(PdfAction value)
Sets an action to be performed when the annotation is activated.
|
void |
DocumentActionCollection.setAfterPrinting(PdfAction value)
Action that will be performed after document printing.
|
void |
DocumentActionCollection.setAfterSaving(PdfAction value)
Sets action that will be performed after document saving.
|
void |
DocumentActionCollection.setBeforeClosing(PdfAction value)
Sets action that will be performed before documetn closing.
|
void |
DocumentActionCollection.setBeforePrinting(PdfAction value)
Action that will be performed before document printing.
|
void |
DocumentActionCollection.setBeforeSaving(PdfAction value)
Sets action performed before document saving.
|
void |
WidgetAnnotation.setOnActivated(PdfAction value)
Set an action which shall be performed when the annotation is activated.
|
void |
AnnotationActionCollection.setOnCalculate(PdfAction value)
Sets an action to calculate field value.
|
void |
PageActionCollection.setOnClose(PdfAction value)
An action that shall be performed when the page is closed.
|
void |
AnnotationActionCollection.setOnClosePage(PdfAction value)
Sets an action to be performed when the page containing the annotation is closed.
|
void |
AnnotationActionCollection.setOnEnter(PdfAction value)
Sets an action to be performed when the cursor enters the annotation's active area.
|
void |
AnnotationActionCollection.setOnExit(PdfAction value)
Sets an action to be performed when the cursor exits the annotation's active area.
|
void |
AnnotationActionCollection.setOnFormat(PdfAction value)
Sets action to be performed to format field value.
|
void |
AnnotationActionCollection.setOnHidePage(PdfAction value)
Sets an action to be performed when the page containing the annotation is no longer visible in the viewer application's user interface.
|
void |
AnnotationActionCollection.setOnLostFocus(PdfAction value)
Sets an action to be performed when the annotation loses the input focus.
|
void |
AnnotationActionCollection.setOnModifyCharacter(PdfAction value)
Sets an action to be performed when user modifies character of the field.
|
void |
PageActionCollection.setOnOpen(PdfAction value)
An action that shall be performed when the page is opened.
|
void |
AnnotationActionCollection.setOnOpenPage(PdfAction value)
Sets an action to be performed when the page containing the annotation is opened.
|
void |
AnnotationActionCollection.setOnPressMouseBtn(PdfAction value)
Sets an action to be performed when the mouse button is pressed inside the annotation's active area.
|
void |
AnnotationActionCollection.setOnReceiveFocus(PdfAction value)
Sets an action to be performed when the annotation receives the input focus.
|
void |
AnnotationActionCollection.setOnReleaseMouseBtn(PdfAction value)
Sets an action to be performed when the mouse button is released inside the annotation's active area.
|
void |
AnnotationActionCollection.setOnShowPage(PdfAction value)
Sets an action to be performed when the page containing the annotation becomes visible in the viewer application's user interface.
|
void |
AnnotationActionCollection.setOnValidate(PdfAction value)
Sets an action to be performed when user changes contents of the field.
|