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() |
HorizontalDirections |
getHorizontalDirection() |
double |
getRowSpacing() |
PadesSize |
getSignatureRectangleSize() |
VerticalDirections |
getVerticalDirection() |
void |
setContainer(PadesVisualRectangle container)
Sets the container area of the page that the signatures visual representation will be placed.
|
void |
setHorizontalDirection(HorizontalDirections horizontalDirection) |
void |
setRowSpacing(double rowSpacing)
Sets the space between rows of signatures visual representations.
|
void |
setSignatureRectangleSize(PadesSize signatureRectangleSize)
Sets the signature visual representation dimensions.
|
void |
setVerticalDirection(VerticalDirections verticalDirection) |
getFootnote, getFootnote, getMeasurementUnits, getNewPage, getPageNumber, getPageOptimization, setMeasurementUnits, setPageNumber, setPageOptimizationpublic 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 set.container - The container area of the page that the signatures visual
representation will be placed.signatureRectangleSize - The signature visual representation dimensions.rowSpacing - The space between rows of signatures visual representations.public PadesVisualRectangle getContainer()
public void setContainer(PadesVisualRectangle container)
container - The container area of the page that the signatures visual representation
will be placed.public PadesSize getSignatureRectangleSize()
public void setSignatureRectangleSize(PadesSize signatureRectangleSize)
signatureRectangleSize - The signature visual representation dimensions.public double getRowSpacing()
public void setRowSpacing(double rowSpacing)
rowSpacing - The space between rows of signatures visual representations.public HorizontalDirections getHorizontalDirection()
public void setHorizontalDirection(HorizontalDirections horizontalDirection)
public VerticalDirections getVerticalDirection()
public void setVerticalDirection(VerticalDirections verticalDirection)