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