Uses of Class
com.itextpdf.forms.xfdf.FitObject
-
Packages that use FitObject Package Description com.itextpdf.forms.xfdf -
-
Uses of FitObject in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as FitObject Modifier and Type Field Description private FitObjectDestObject. fitRepresents the Fit element, a child of the Dest element.private FitObjectDestObject. fitBRepresents the FitB element, a child of the Dest element.private FitObjectDestObject. fitBHRepresents the FitBH element, a child of the Dest element.private FitObjectDestObject. fitBVRepresents the FitBV element, a child of the Dest element.private FitObjectDestObject. fitHRepresents the FitH element, a child of the Dest element.private FitObjectDestObject. fitRRepresents the FitR element, a child of the Dest element.private FitObjectDestObject. fitVRepresents the FitV element, a child of the Dest element.private FitObjectDestObject. xyzRepresents the XYZ element, a child of the Dest element.Methods in com.itextpdf.forms.xfdf that return FitObject Modifier and Type Method Description FitObjectDestObject. getFit()Gets the Fit element, a child of the Dest element.FitObjectDestObject. getFitB()Sets the FitB element, a child of the Dest element.FitObjectDestObject. getFitBH()Sets the FitBH element, a child of the Dest element.FitObjectDestObject. getFitBV()Sets the FitBV element, a child of the Dest element.FitObjectDestObject. getFitH()Gets the FitH element, a child of the Dest element.FitObjectDestObject. getFitR()Gets the FitR element, a child of the Dest element.FitObjectDestObject. getFitV()Gets the FitV element, a child of the Dest element.FitObjectDestObject. getXyz()Gets the XYZ element, a child of the Dest element.FitObjectFitObject. setBottom(float bottom)Sets a float vertical coordinate positioned at the bottom edge of the window.FitObjectFitObject. setLeft(float left)Sets a float horizontal coordinate positioned at the left edge of the window.FitObjectFitObject. setRight(float right)Sets a float horizontal coordinate positioned at the right edge of the window.FitObjectFitObject. setTop(float top)Sets a float vertical coordinate positioned at the top edge of the window.FitObjectFitObject. setZoom(float zoom)Sets a float representing the zoom ratio.Methods in com.itextpdf.forms.xfdf with parameters of type FitObject Modifier and Type Method Description private static voidXfdfWriter. addFit(FitObject fitObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)private static voidXfdfWriter. addFitB(FitObject fitBObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)private static voidXfdfWriter. addFitBH(FitObject fitBHObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)private static voidXfdfWriter. addFitBV(FitObject fitBVObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)private static voidXfdfWriter. addFitH(FitObject fitHObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)private static voidXfdfWriter. addFitR(FitObject fitRObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)private static voidXfdfWriter. addFitV(FitObject fitVObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)private static voidXfdfWriter. addXYZ(FitObject xyzObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)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. setXyz(FitObject xyz)Sets the XYZ element, a child of the Dest element.
-