Uses of Class
com.itextpdf.forms.xfdf.FitObject
Packages that use FitObject
-
Uses of FitObject in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as FitObjectModifier and TypeFieldDescriptionprivate 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 FitObjectModifier and TypeMethodDescriptionDestObject.getFit()Gets the Fit element, a child of the Dest element.DestObject.getFitB()Sets the FitB element, a child of the Dest element.DestObject.getFitBH()Sets the FitBH element, a child of the Dest element.DestObject.getFitBV()Sets the FitBV element, a child of the Dest element.DestObject.getFitH()Gets the FitH element, a child of the Dest element.DestObject.getFitR()Gets the FitR element, a child of the Dest element.DestObject.getFitV()Gets the FitV element, a child of the Dest element.DestObject.getXyz()Gets the XYZ element, a child of the Dest element.FitObject.setBottom(float bottom) Sets a float vertical coordinate positioned at the bottom edge of the window.FitObject.setLeft(float left) Sets a float horizontal coordinate positioned at the left edge of the window.FitObject.setRight(float right) Sets a float horizontal coordinate positioned at the right edge of the window.FitObject.setTop(float top) Sets a float vertical coordinate positioned at the top edge of the window.FitObject.setZoom(float zoom) Sets a float representing the zoom ratio.Methods in com.itextpdf.forms.xfdf with parameters of type FitObjectModifier and TypeMethodDescriptionprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidSets the Fit element, a child of the Dest element.Gets the FitB element, a child of the Dest element.Gets the FitBH element, a child of the Dest element.Sets the FitBV element, a child of the Dest element.Sets the FitH element, a child of the Dest element.Sets the FitR element, a child of the Dest element.Sets the FitV element, a child of the Dest element.Sets the XYZ element, a child of the Dest element.