public class PdfTextAnnotationAppearance extends SignatureAppearance
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PdfTextAnnotationAppearance.BorderEffectEnum |
Gets or sets border effect.
|
SignatureAppearance.AppearanceTypeEnum| Constructor | Description |
|---|---|
PdfTextAnnotationAppearance() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitappearanceType, getAppearanceType, setAppearanceTypepublic PdfTextAnnotationAppearance border(BorderLine border)
public BorderLine getBorder()
public void setBorder(BorderLine border)
public PdfTextAnnotationAppearance borderEffect(PdfTextAnnotationAppearance.BorderEffectEnum borderEffect)
public PdfTextAnnotationAppearance.BorderEffectEnum getBorderEffect()
public void setBorderEffect(PdfTextAnnotationAppearance.BorderEffectEnum borderEffect)
public PdfTextAnnotationAppearance borderEffectIntensity(Integer borderEffectIntensity)
public Integer getBorderEffectIntensity()
public void setBorderEffectIntensity(Integer borderEffectIntensity)
public PdfTextAnnotationAppearance contents(String contents)
public String getContents()
public void setContents(String contents)
public PdfTextAnnotationAppearance hcornerRadius(Integer hcornerRadius)
public Integer getHcornerRadius()
public void setHcornerRadius(Integer hcornerRadius)
public PdfTextAnnotationAppearance subject(String subject)
public String getSubject()
public void setSubject(String subject)
public PdfTextAnnotationAppearance title(String title)
public String getTitle()
public void setTitle(String title)
public PdfTextAnnotationAppearance vcornerRadius(Integer vcornerRadius)
public Integer getVcornerRadius()
public void setVcornerRadius(Integer vcornerRadius)
public boolean equals(Object o)
equals in class SignatureAppearancepublic int hashCode()
hashCode in class SignatureAppearancepublic String toString()
toString in class SignatureAppearanceCopyright © 2025. All rights reserved.