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 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 FitObject Modifier and Type Method Description FitObject
DestObject. getFit()
Gets the Fit element, a child of the Dest element.FitObject
DestObject. getFitB()
Sets the FitB element, a child of the Dest element.FitObject
DestObject. getFitBH()
Sets the FitBH element, a child of the Dest element.FitObject
DestObject. getFitBV()
Sets the FitBV element, a child of the Dest element.FitObject
DestObject. getFitH()
Gets the FitH element, a child of the Dest element.FitObject
DestObject. getFitR()
Gets the FitR element, a child of the Dest element.FitObject
DestObject. getFitV()
Gets the FitV element, a child of the Dest element.FitObject
DestObject. getXyz()
Gets the XYZ element, a child of the Dest element.FitObject
FitObject. setBottom(float bottom)
Sets a float vertical coordinate positioned at the bottom edge of the window.FitObject
FitObject. setLeft(float left)
Sets a float horizontal coordinate positioned at the left edge of the window.FitObject
FitObject. setRight(float right)
Sets a float horizontal coordinate positioned at the right edge of the window.FitObject
FitObject. setTop(float top)
Sets a float vertical coordinate positioned at the top edge of the window.FitObject
FitObject. 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 void
XfdfWriter. addFit(FitObject fitObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)
private static void
XfdfWriter. addFitB(FitObject fitBObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)
private static void
XfdfWriter. addFitBH(FitObject fitBHObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)
private static void
XfdfWriter. addFitBV(FitObject fitBVObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)
private static void
XfdfWriter. addFitH(FitObject fitHObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)
private static void
XfdfWriter. addFitR(FitObject fitRObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)
private static void
XfdfWriter. addFitV(FitObject fitVObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)
private static void
XfdfWriter. addXYZ(FitObject xyzObject, org.w3c.dom.Element dest, org.w3c.dom.Document document)
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. setXyz(FitObject xyz)
Sets the XYZ element, a child of the Dest element.
-