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 DestObjectActionObject. destinationRepresents Dest, inner element of link, GoTo, and GoToR elements.private DestObjectAnnotObject. destinationRepresents Dest element, a child element of link, GoTo, GoToR elements.Methods in com.itextpdf.forms.xfdf that return DestObject Modifier and Type Method Description DestObjectActionObject. getDestination()Gets Dest, inner element of link, GoTo, and GoToR elements.DestObjectAnnotObject. getDestination()Gets Dest element, a child element of link, GoTo, GoToR elements.DestObjectDestObject. setFit(FitObject fit)Sets the Fit element, a child of the Dest element.DestObjectDestObject. setFitB(FitObject fitB)Gets the FitB element, a child of the Dest element.DestObjectDestObject. setFitBH(FitObject fitBH)Gets the FitBH element, a child of the Dest element.DestObjectDestObject. setFitBV(FitObject fitBV)Sets the FitBV element, a child of the Dest element.DestObjectDestObject. setFitH(FitObject fitH)Sets the FitH element, a child of the Dest element.DestObjectDestObject. setFitR(FitObject fitR)Sets the FitR element, a child of the Dest element.DestObjectDestObject. setFitV(FitObject fitV)Sets the FitV element, a child of the Dest element.DestObjectDestObject. setName(java.lang.String name)Sets the Name attribute of Named element, a child of Dest element.DestObjectDestObject. 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 voidXfdfWriter. addDest(DestObject destObject, org.w3c.dom.Element annot, org.w3c.dom.Document document)ActionObjectActionObject. setDestination(DestObject destination)Sets Dest, inner element of link, GoTo, and GoToR elements.AnnotObjectAnnotObject. setDestination(DestObject destination)Sets Dest element, a child element of link, GoTo, GoToR elements.
-