public class PadesVisualManualPositioning extends PadesVisualPositioning
| Constructor and Description |
|---|
PadesVisualManualPositioning()
Creates empty preference
|
PadesVisualManualPositioning(int pageNumber,
PadesMeasurementUnits measurementUnits,
PadesVisualRectangle signatureRectangle)
Creates manual positioning preferences
|
| Modifier and Type | Method and Description |
|---|---|
PadesVisualRectangle |
getSignatureRectangle() |
void |
setSignatureRectangle(PadesVisualRectangle signatureRectangle)
Sets the signature visual representation rectangle dimensions to be placed in the document.
|
getFootnote, getFootnote, getMeasurementUnits, getNewPage, getPageNumber, getPageOptimization, setMeasurementUnits, setPageNumber, setPageOptimizationpublic PadesVisualManualPositioning()
public PadesVisualManualPositioning(int pageNumber,
PadesMeasurementUnits measurementUnits,
PadesVisualRectangle signatureRectangle)
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.signatureRectangle - The signature visual representation rectangle position to be
placed in the document.public PadesVisualRectangle getSignatureRectangle()
public void setSignatureRectangle(PadesVisualRectangle signatureRectangle)
signatureRectangle - The signature visual representation rectangle dimensions to be
placed in the document.