Package | Description |
---|---|
com.itextpdf.forms.xfdf |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.