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
|
com.aspose.ms.System.Drawing.Color |
getBorderColorInternal() |
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 String getContents()
Gets or sets content of annotation object
public void setContents(String value)
Gets or sets content of annotation object
public String getSubject()
Gets or sets Subject representing description of the object.
public void setSubject(String value)
Gets or sets Subject representing description of the object.
public String getTitle()
Gets or sets a Title that will be displayed in title bar of annotation object
public void setTitle(String value)
Gets or sets a Title that will be displayed in title bar of annotation object
public Color getBorderColor()
Border color of Text Annotation
public com.aspose.ms.System.Drawing.Color getBorderColorInternal()
public void setBorderColor(Color value)
Border color of Text Annotation
public int getBorderWidth()
Gets or sets the width of the border line
public void setBorderWidth(int value)
Gets or sets the width of the border line
public int getBorderStyle()
Gets or sets border style.
public void setBorderStyle(int value)
Gets or sets border style.
public int getBorderEffect()
Gets or sets border effect.
public void setBorderEffect(int value)
Gets or sets border effect.
public int getBorderEffectIntensity()
Gets or sets border effect intensity. Valid range of value is [0..2].
public void setBorderEffectIntensity(int value)
Gets or sets border effect intensity. Valid range of value is [0..2].
public int getHCornerRadius()
Gets or sets horizontal corner radius.
public void setHCornerRadius(int value)
Gets or sets horizontal corner radius.
public int getVCornerRadius()
Gets or sets vertical corner radius.
public void setVCornerRadius(int value)
Gets or sets vertical corner radius.
public String toString()
Override string conversion
toString
in class SignatureAppearance
Copyright © 2017. All rights reserved.