public class PdfTextAnnotationAppearance extends SignatureAppearance
Describes appearance of PDF Text Annotation object (Title, Subject, Content).
Constructor and Description |
---|
PdfTextAnnotationAppearance()
Creates PDF Signature Text Annotation Appearance object.
|
PdfTextAnnotationAppearance(String title,
String subject,
String contents)
Creates PDF Signature Text Annotation with specified values (title, subject, contents).
|
Modifier and Type | Method and Description |
---|---|
Color |
getBorderColor()
Border color of Text Annotation.
|
int |
getBorderEffect()
Gets or sets border effect.
|
int |
getBorderEffectIntensity()
Gets or sets border effect intensity.
|
int |
getBorderStyle()
Gets or sets border style.
|
int |
getBorderWidth()
Gets or sets the width of the border line.
|
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 |
setBorderColor(Color value)
Border color of Text Annotation.
|
void |
setBorderEffect(int value)
Gets or sets border effect.
|
void |
setBorderEffectIntensity(int value)
Gets or sets border effect intensity.
|
void |
setBorderStyle(int value)
Gets or sets border style.
|
void |
setBorderWidth(int value)
Gets or sets the width of the border line.
|
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 Text Annotation Appearance object.
public final Color getBorderColor()
Border color of Text Annotation.
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 int getBorderStyle()
Gets or sets border style.
public final int getBorderWidth()
Gets or sets the width of the border line.
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 setBorderColor(Color value)
Border color of Text Annotation.
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 setBorderStyle(int value)
Gets or sets border style.
public final void setBorderWidth(int value)
Gets or sets the width of the border line.
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
Copyright © 2019. All rights reserved.