public class PadesVisualAutoPositioning extends PadesVisualPositioning
Constructor and Description |
---|
PadesVisualAutoPositioning() |
PadesVisualAutoPositioning(int pageNumber,
PadesMeasurementUnits measurementUnits,
PadesVisualRectangle container,
PadesSize signatureRectangleSize,
double rowSpacing)
Creates a custom auto positioning
|
Modifier and Type | Method and Description |
---|---|
PadesVisualRectangle |
getContainer() |
double |
getRowSpacing() |
PadesSize |
getSignatureRectangleSize() |
void |
setContainer(PadesVisualRectangle container)
Sets the container area of the page that the signatures visual representation will be placed
|
void |
setRowSpacing(double rowSpacing)
Sets the space between rows of signatures visual representations
|
void |
setSignatureRectangleSize(PadesSize signatureRectangleSize)
Sets the signature visual representation dimensions
|
getFootnote, getFootnote, getMeasurementUnits, getNewPage, getPageNumber, getPageOptimization, setMeasurementUnits, setPageNumber, setPageOptimization
public PadesVisualAutoPositioning()
public PadesVisualAutoPositioning(int pageNumber, PadesMeasurementUnits measurementUnits, PadesVisualRectangle container, PadesSize signatureRectangleSize, double rowSpacing)
pageNumber
- The document page number to insert the signature visual representation. Negative values
denote pages counted from the end of the document (-1 means last page). Zero denotes that, if
no signatures are present, the signature should be inserted in a new page appended to the
document.measurementUnits
- The measurement units of the elements sizes and positions setcontainer
- The container area of the page that the signatures visual representation will be placedsignatureRectangleSize
- The signature visual representation dimensionsrowSpacing
- The space between rows of signatures visual representationspublic PadesVisualRectangle getContainer()
public void setContainer(PadesVisualRectangle container)
container
- The container area of the page that the signatures visual representation will be placedpublic PadesSize getSignatureRectangleSize()
public void setSignatureRectangleSize(PadesSize signatureRectangleSize)
signatureRectangleSize
- The signature visual representation dimensionspublic double getRowSpacing()
public void setRowSpacing(double rowSpacing)
rowSpacing
- The space between rows of signatures visual representations