public class PdfTextAnnotationAppearance extends SignatureAppearance
Describes appearance of PDF text annotation object (Title, Subject, Content).
Constructor and 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).
|
Modifier and Type | Method and Description |
---|---|
Border |
getBorder()
Gets or sets different border settings
|
int |
getBorderEffect()
Gets or sets border effect.
|
int |
getBorderEffectIntensity()
Gets or sets border effect intensity.
|
String |
getContents()
Gets or sets content of annotation object.
|
int |
getHCornerRadius()
Gets or sets horizontal corner radius.
|
String |
getSubject()
Gets or sets Subject representing description of the object.
|
String |
getTitle()
Gets or sets a Title that will be displayed in title bar of annotation object.
|
int |
getVCornerRadius()
Gets or sets vertical corner radius.
|
void |
setBorder(Border value)
Gets or sets different border settings
|
void |
setBorderEffect(int value)
Gets or sets border effect.
|
void |
setBorderEffectIntensity(int value)
Gets or sets border effect intensity.
|
void |
setContents(String value)
Gets or sets content of annotation object.
|
void |
setHCornerRadius(int value)
Gets or sets horizontal corner radius.
|
void |
setSubject(String value)
Gets or sets Subject representing description of the object.
|
void |
setTitle(String value)
Gets or sets a Title that will be displayed in title bar of annotation object.
|
void |
setVCornerRadius(int value)
Gets or sets vertical corner radius.
|
String |
toString()
Override string conversion.
|
public PdfTextAnnotationAppearance()
Creates PDF signature txt annotation appearance object.
public final Border getBorder()
Gets or sets different border settings
public final int getBorderEffect()
Gets or sets border effect.
public final int getBorderEffectIntensity()
Gets or sets border effect intensity. Valid range of value is [0..2].
public final String getContents()
Gets or sets content of annotation object.
public final int getHCornerRadius()
Gets or sets horizontal corner radius.
public final String getSubject()
Gets or sets Subject representing description of the object.
public final String getTitle()
Gets or sets a Title that will be displayed in title bar of annotation object.
public final int getVCornerRadius()
Gets or sets vertical corner radius.
public final void setBorder(Border value)
Gets or sets different border settings
public final void setBorderEffect(int value)
Gets or sets border effect.
public final void setBorderEffectIntensity(int value)
Gets or sets border effect intensity. Valid range of value is [0..2].
public final void setContents(String value)
Gets or sets content of annotation object.
public final void setHCornerRadius(int value)
Gets or sets horizontal corner radius.
public final void setSubject(String value)
Gets or sets Subject representing description of the object.
public final void setTitle(String value)
Gets or sets a Title that will be displayed in title bar of annotation object.
public final void setVCornerRadius(int value)
Gets or sets vertical corner radius.
public String toString()
Override string conversion.
toString
in class SignatureAppearance