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 FitObject
DestObject.fit
Represents the Fit element, a child of the Dest element.private FitObject
DestObject.fitB
Represents the FitB element, a child of the Dest element.private FitObject
DestObject.fitBH
Represents the FitBH element, a child of the Dest element.private FitObject
DestObject.fitBV
Represents the FitBV element, a child of the Dest element.private FitObject
DestObject.fitH
Represents the FitH element, a child of the Dest element.private FitObject
DestObject.fitR
Represents the FitR element, a child of the Dest element.private FitObject
DestObject.fitV
Represents the FitV element, a child of the Dest element.private FitObject
DestObject.xyz
Represents 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 void
private static void
private static void
private static void
private static void
private static void
private static void
private static void
Sets 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.