public class PdfTextAnnotationAppearance extends SignatureAppearance
Modifier and Type | Class | Description |
---|---|---|
static class |
PdfTextAnnotationAppearance.BorderEffectEnum |
Gets or sets border effect.
|
SignatureAppearance.AppearanceTypeEnum
Constructor | Description |
---|---|
PdfTextAnnotationAppearance() |
Modifier and Type | Method | Description |
---|---|---|
PdfTextAnnotationAppearance |
border(BorderLine border) |
|
PdfTextAnnotationAppearance |
borderEffect(PdfTextAnnotationAppearance.BorderEffectEnum borderEffect) |
|
PdfTextAnnotationAppearance |
borderEffectIntensity(java.lang.Integer borderEffectIntensity) |
|
PdfTextAnnotationAppearance |
contents(java.lang.String contents) |
|
boolean |
equals(java.lang.Object o) |
|
BorderLine |
getBorder() |
Represents border appearance
|
PdfTextAnnotationAppearance.BorderEffectEnum |
getBorderEffect() |
Gets or sets border effect.
|
java.lang.Integer |
getBorderEffectIntensity() |
Gets or sets border effect intensity.
|
java.lang.String |
getContents() |
Gets or sets content of annotation object.
|
java.lang.Integer |
getHcornerRadius() |
Gets or sets horizontal corner radius.
|
java.lang.String |
getSubject() |
Gets or sets Subject representing description of the object.
|
java.lang.String |
getTitle() |
Gets or sets a Title that will be displayed in title bar of annotation object.
|
java.lang.Integer |
getVcornerRadius() |
Gets or sets vertical corner radius.
|
int |
hashCode() |
|
PdfTextAnnotationAppearance |
hcornerRadius(java.lang.Integer hcornerRadius) |
|
void |
setBorder(BorderLine border) |
|
void |
setBorderEffect(PdfTextAnnotationAppearance.BorderEffectEnum borderEffect) |
|
void |
setBorderEffectIntensity(java.lang.Integer borderEffectIntensity) |
|
void |
setContents(java.lang.String contents) |
|
void |
setHcornerRadius(java.lang.Integer hcornerRadius) |
|
void |
setSubject(java.lang.String subject) |
|
void |
setTitle(java.lang.String title) |
|
void |
setVcornerRadius(java.lang.Integer vcornerRadius) |
|
PdfTextAnnotationAppearance |
subject(java.lang.String subject) |
|
PdfTextAnnotationAppearance |
title(java.lang.String title) |
|
java.lang.String |
toString() |
|
PdfTextAnnotationAppearance |
vcornerRadius(java.lang.Integer vcornerRadius) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
appearanceType, getAppearanceType, setAppearanceType
public 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(java.lang.Integer borderEffectIntensity)
public java.lang.Integer getBorderEffectIntensity()
public void setBorderEffectIntensity(java.lang.Integer borderEffectIntensity)
public PdfTextAnnotationAppearance contents(java.lang.String contents)
public java.lang.String getContents()
public void setContents(java.lang.String contents)
public PdfTextAnnotationAppearance hcornerRadius(java.lang.Integer hcornerRadius)
public java.lang.Integer getHcornerRadius()
public void setHcornerRadius(java.lang.Integer hcornerRadius)
public PdfTextAnnotationAppearance subject(java.lang.String subject)
public java.lang.String getSubject()
public void setSubject(java.lang.String subject)
public PdfTextAnnotationAppearance title(java.lang.String title)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public PdfTextAnnotationAppearance vcornerRadius(java.lang.Integer vcornerRadius)
public java.lang.Integer getVcornerRadius()
public void setVcornerRadius(java.lang.Integer vcornerRadius)
public boolean equals(java.lang.Object o)
equals
in class SignatureAppearance
public int hashCode()
hashCode
in class SignatureAppearance
public java.lang.String toString()
toString
in class SignatureAppearance
Copyright © 2021. All rights reserved.