public class PdfTextStickerAppearance extends SignatureAppearance
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PdfTextStickerAppearance.IconEnum |
Gets or sets the icon of sticker.
|
SignatureAppearance.AppearanceTypeEnum| Constructor | Description |
|---|---|
PdfTextStickerAppearance() |
| Modifier and Type | Method | Description |
|---|---|---|
PdfTextStickerAppearance |
contents(String contents) |
|
boolean |
equals(Object o) |
|
String |
getContents() |
Gets or sets the contents of pop-up window.
|
PdfTextStickerAppearance.IconEnum |
getIcon() |
Gets or sets the icon of sticker.
|
Boolean |
getOpened() |
Setup if sticker pop-up window will be opened by default.
|
String |
getSubject() |
Gets or sets subject.
|
String |
getTitle() |
Gets or sets title of pop-up window.
|
int |
hashCode() |
|
PdfTextStickerAppearance |
icon(PdfTextStickerAppearance.IconEnum icon) |
|
PdfTextStickerAppearance |
opened(Boolean opened) |
|
void |
setContents(String contents) |
|
void |
setIcon(PdfTextStickerAppearance.IconEnum icon) |
|
void |
setOpened(Boolean opened) |
|
void |
setSubject(String subject) |
|
void |
setTitle(String title) |
|
PdfTextStickerAppearance |
subject(String subject) |
|
PdfTextStickerAppearance |
title(String title) |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitappearanceType, getAppearanceType, setAppearanceTypepublic PdfTextStickerAppearance contents(String contents)
public String getContents()
public void setContents(String contents)
public PdfTextStickerAppearance icon(PdfTextStickerAppearance.IconEnum icon)
public PdfTextStickerAppearance.IconEnum getIcon()
public void setIcon(PdfTextStickerAppearance.IconEnum icon)
public PdfTextStickerAppearance opened(Boolean opened)
public Boolean getOpened()
public void setOpened(Boolean opened)
public PdfTextStickerAppearance subject(String subject)
public String getSubject()
public void setSubject(String subject)
public PdfTextStickerAppearance title(String title)
public String getTitle()
public void setTitle(String title)
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.