| Modifier and Type | Method and Description |
|---|---|
HorizontalAlignment |
Redaction.getAlign()
Get the horizontal alignment for the redaction text.
|
HorizontalAlignment |
WatermarkParams.getHorizAlign()
Get the horizontal alignment to be used when adding the watermark to a page.
|
HorizontalAlignment |
FreeTextAnnotation.getQuadding()
A code specifiying the form of quadding (justification) to be used in displaying the annotation's text.
|
HorizontalAlignment |
WatermarkTextParams.getTextAlign()
Set the alignment to be used when justifying a text-based watermark.
|
static HorizontalAlignment |
HorizontalAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HorizontalAlignment[] |
HorizontalAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Redaction.setAlign(HorizontalAlignment halign)
Sets the horizontal alignment for the redaction text.
|
void |
WatermarkParams.setHorizAlign(HorizontalAlignment h)
The horizontal alignment to be used when adding the watermark to a page.
|
void |
FreeTextAnnotation.setQuadding(HorizontalAlignment quadding)
A code specifiying the form of quadding (justification) to be used in displaying the annotation's text.
|
void |
WatermarkTextParams.setTextAlign(HorizontalAlignment h)
The alignment to be used when justifying a text-based watermark.
|