PdfTextAnnotationAppearance
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.signature.options.appearances.SignatureAppearance
public class PdfTextAnnotationAppearance extends SignatureAppearance
Describes appearance of PDF text annotation object (Title, Subject, Content).
| Constructor | Description |
|---|---|
| PdfTextAnnotationAppearance() | Creates PDF signature txt annotation appearance object. |
| PdfTextAnnotationAppearance(String title, String subject, String contents) | Creates PDF signature txt annotation with specified values (title, subject, contents). |
| Method | Description |
|---|---|
| getContents() | Gets or sets content of annotation object. |
| setContents(String value) | Gets or sets content of annotation object. |
| getSubject() | Gets or sets Subject representing description of the object. |
| setSubject(String value) | Gets or sets Subject representing description of the object. |
| getTitle() | Gets or sets a Title that will be displayed in title bar of annotation object. |
| setTitle(String value) | Gets or sets a Title that will be displayed in title bar of annotation object. |
| getBorder() | Gets or sets different border settings |
| setBorder(Border value) | Gets or sets different border settings |
| getBorderEffect() | Gets or sets border effect. |
| setBorderEffect(int value) | Gets or sets border effect. |
| getBorderEffectIntensity() | Gets or sets border effect intensity. |
| setBorderEffectIntensity(int value) | Gets or sets border effect intensity. |
| getHCornerRadius() | Gets or sets horizontal corner radius. |
| setHCornerRadius(int value) | Gets or sets horizontal corner radius. |
| getVCornerRadius() | Gets or sets vertical corner radius. |
| setVCornerRadius(int value) | Gets or sets vertical corner radius. |
| toString() | Override string conversion. |
public PdfTextAnnotationAppearance()
Creates PDF signature txt annotation appearance object.
public PdfTextAnnotationAppearance(String title, String subject, String contents)
Creates PDF signature txt annotation with specified values (title, subject, contents).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| title | java.lang.String | Title. |
| subject | java.lang.String | Subject. |
| contents | java.lang.String | Contents. |
public final String getContents()
Gets or sets content of annotation object.
Returns: java.lang.String
public final void setContents(String value)
Gets or sets content of annotation object.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final String getSubject()
Gets or sets Subject representing description of the object.
Returns: java.lang.String
public final void setSubject(String value)
Gets or sets Subject representing description of the object.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final String getTitle()
Gets or sets a Title that will be displayed in title bar of annotation object.
Returns: java.lang.String
public final void setTitle(String value)
Gets or sets a Title that will be displayed in title bar of annotation object.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final Border getBorder()
Gets or sets different border settings
Returns: Border
public final void setBorder(Border value)
Gets or sets different border settings
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Border |
public final int getBorderEffect()
Gets or sets border effect.
Returns: int
public final void setBorderEffect(int value)
Gets or sets border effect.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final int getBorderEffectIntensity()
Gets or sets border effect intensity. Valid range of value is [0..2].
Returns: int
public final void setBorderEffectIntensity(int value)
Gets or sets border effect intensity. Valid range of value is [0..2].
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final int getHCornerRadius()
Gets or sets horizontal corner radius.
Returns: int
public final void setHCornerRadius(int value)
Gets or sets horizontal corner radius.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final int getVCornerRadius()
Gets or sets vertical corner radius.
Returns: int
public final void setVCornerRadius(int value)
Gets or sets vertical corner radius.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public String toString()
Override string conversion.
Returns: java.lang.String -
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.