Uses of Class
com.itextpdf.forms.xfdf.DestObject
-
Packages that use DestObject Package Description com.itextpdf.forms.xfdf -
-
Uses of DestObject in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as DestObject Modifier and Type Field Description private DestObject
ActionObject. destination
Represents Dest, inner element of link, GoTo, and GoToR elements.private DestObject
AnnotObject. destination
Represents Dest element, a child element of link, GoTo, GoToR elements.Methods in com.itextpdf.forms.xfdf that return DestObject Modifier and Type Method Description DestObject
ActionObject. getDestination()
Gets Dest, inner element of link, GoTo, and GoToR elements.DestObject
AnnotObject. getDestination()
Gets Dest element, a child element of link, GoTo, GoToR elements.DestObject
DestObject. setFit(FitObject fit)
Sets the Fit element, a child of the Dest element.DestObject
DestObject. setFitB(FitObject fitB)
Gets the FitB element, a child of the Dest element.DestObject
DestObject. setFitBH(FitObject fitBH)
Gets the FitBH element, a child of the Dest element.DestObject
DestObject. setFitBV(FitObject fitBV)
Sets the FitBV element, a child of the Dest element.DestObject
DestObject. setFitH(FitObject fitH)
Sets the FitH element, a child of the Dest element.DestObject
DestObject. setFitR(FitObject fitR)
Sets the FitR element, a child of the Dest element.DestObject
DestObject. setFitV(FitObject fitV)
Sets the FitV element, a child of the Dest element.DestObject
DestObject. setName(java.lang.String name)
Sets the Name attribute of Named element, a child of Dest element.DestObject
DestObject. setXyz(FitObject xyz)
Sets the XYZ element, a child of the Dest element.Methods in com.itextpdf.forms.xfdf with parameters of type DestObject Modifier and Type Method Description private static void
XfdfWriter. addDest(DestObject destObject, org.w3c.dom.Element annot, org.w3c.dom.Document document)
ActionObject
ActionObject. setDestination(DestObject destination)
Sets Dest, inner element of link, GoTo, and GoToR elements.AnnotObject
AnnotObject. setDestination(DestObject destination)
Sets Dest element, a child element of link, GoTo, GoToR elements.
-