public final class PdfTextStickerAppearance extends SignatureAppearance
Describes appearance of PDF Text Annotation Sticker object and pop-up window of sticker.
Constructor and Description |
---|
PdfTextStickerAppearance()
Creates PDF Signature Text Annotation Appearance object.
|
Modifier and Type | Method and Description |
---|---|
String |
getContents()
Gets or sets the contents of pop-up window.
|
static PdfTextStickerAppearance |
getDefaultAppearance()
Gets default appearance for sticker.
|
int |
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.
|
static void |
resetDefaultAppearance()
Clears values of default appearance for sticker.
|
void |
setContents(String value)
Gets or sets the contents of pop-up window.
|
void |
setIcon(int value)
Gets or sets the icon of sticker.
|
void |
setOpened(boolean value)
Setup if sticker pop-up window will be opened by default.
|
void |
setSubject(String value)
Gets or sets subject.
|
void |
setTitle(String value)
Gets or sets title of pop-up window.
|
String |
toString()
Override string conversion.
|
public PdfTextStickerAppearance()
Creates PDF Signature Text Annotation Appearance object.
public String getContents()
Gets or sets the contents of pop-up window.
public static PdfTextStickerAppearance getDefaultAppearance()
Gets default appearance for sticker. These properties are applied as default if Options.SignatureAppearance property is not specified. The properties could be changed by user any time.
public int getIcon()
Gets or sets the icon of sticker.
public boolean getOpened()
Setup if sticker pop-up window will be opened by default.
public String getSubject()
Gets or sets subject.
public String getTitle()
Gets or sets title of pop-up window.
public static void resetDefaultAppearance()
Clears values of default appearance for sticker.
public void setContents(String value)
Gets or sets the contents of pop-up window.
public void setIcon(int value)
Gets or sets the icon of sticker.
public void setOpened(boolean value)
Setup if sticker pop-up window will be opened by default.
public void setSubject(String value)
Gets or sets subject.
public void setTitle(String value)
Gets or sets title of pop-up window.
public String toString()
Override string conversion.
toString
in class SignatureAppearance
Copyright © 2018. All rights reserved.