PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setBorderEffect(PdfDictionary borderEffect) |
Sets a border effect dictionary that specifies an effect that shall be applied to the border of the annotations.
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setBorderStyle(PdfDictionary borderStyle) |
Sets border style dictionary that has more settings than the array specified for the Border entry ( PdfAnnotation.getBorder() ).
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setBorderStyle(PdfName style) |
Setter for the annotation's preset border style.
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setCalloutLine(float[] calloutLine) |
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setCalloutLine(PdfArray calloutLine) |
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setDashPattern(PdfArray dashPattern) |
Setter for the annotation's preset dashed border style.
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setDefaultAppearance(AnnotationDefaultAppearance da) |
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setDefaultAppearance(PdfString appearanceString) |
The default appearance string that shall be used in formatting the text.
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setDefaultStyleString(PdfString defaultStyleString) |
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setJustification(int justification) |
A code specifying the form of quadding (justification) that is used in displaying the annotation's text:
0 - Left-justified, 1 - Centered, 2 - Right-justified.
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setLineEndingStyle(PdfName lineEndingStyle) |
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setRectangleDifferences(PdfArray rect) |
A set of four numbers describing the numerical differences between two rectangles:
the Rect entry of the annotation and the inner rectangle where the annotation's text should be displayed
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setRotation(int degAngle) |
Sets the rotation angle in degrees.
|