Uses of Class
com.itextpdf.forms.xfdf.ActionObject
Packages that use ActionObject
-
Uses of ActionObject in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as ActionObjectModifier and TypeFieldDescriptionprivate ActionObject
AnnotObject.action
Represents Action element, a child of OnActivation element of the link annotation.Methods in com.itextpdf.forms.xfdf that return ActionObjectModifier and TypeMethodDescriptionAnnotObject.getAction()
Gets Action element, a child of OnActivation element of the link annotation.ActionObject.setDestination
(DestObject destination) Sets Dest, inner element of link, GoTo, and GoToR elements.ActionObject.setFileOriginalName
(String fileOriginalName) Sets the string value of OriginalName, required attribute of File inner element of GoToR or Launch element.ActionObject.setMap
(boolean map) Sets IsMap, optional attribute of URI element.ActionObject.setNameAction
(PdfName nameAction) Sets the value of Name, required attribute of Named element.ActionObject.setNewWindow
(boolean newWindow) Sets the boolean value of NewWindow, optional attribute of Launch element.Sets the type of inner action element.Sets the string value of URI element.Methods in com.itextpdf.forms.xfdf with parameters of type ActionObjectModifier and TypeMethodDescriptionprivate static void
XfdfWriter.addActionObject
(ActionObject actionObject, Element onActivation, Document document) AnnotObject.setAction
(ActionObject action) Sets Action element, a child of OnActivation element of the link annotation.