PdfTextStickerAppearance
Inheritance: java.lang.Object, com.groupdocs.signature.options.appearances.SignatureAppearance
public final class PdfTextStickerAppearance extends SignatureAppearance
Describes appearance of PDF text annotation sticker object and pop-up window of sticker.
Constructors
Constructor | Description |
---|---|
PdfTextStickerAppearance() | Creates PDF signature text annotation appearance object. |
Methods
Method | Description |
---|---|
getTitle() | Gets or sets title of pop-up window. |
setTitle(String value) | Gets or sets title of pop-up window. |
getSubject() | Gets or sets subject. |
setSubject(String value) | Gets or sets subject. |
getContents() | Gets or sets the contents of pop-up window. |
setContents(String value) | Gets or sets the contents of pop-up window. |
getOpened() | Setup if sticker pop-up window will be opened by default. |
setOpened(boolean value) | Setup if sticker pop-up window will be opened by default. |
getIcon() | Gets or sets the icon of sticker. |
setIcon(int value) | Gets or sets the icon of sticker. |
getDefaultAppearance() | Gets default appearance for sticker. |
resetDefaultAppearance() | Clears values of default appearance for sticker. |
toString() | Override string conversion. |
PdfTextStickerAppearance()
public PdfTextStickerAppearance()
Creates PDF signature text annotation appearance object.
getTitle()
public final String getTitle()
Gets or sets title of pop-up window.
Returns: java.lang.String
setTitle(String value)
public final void setTitle(String value)
Gets or sets title of pop-up window.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getSubject()
public final String getSubject()
Gets or sets subject.
Returns: java.lang.String
setSubject(String value)
public final void setSubject(String value)
Gets or sets subject.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getContents()
public final String getContents()
Gets or sets the contents of pop-up window.
Returns: java.lang.String
setContents(String value)
public final void setContents(String value)
Gets or sets the contents of pop-up window.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getOpened()
public final boolean getOpened()
Setup if sticker pop-up window will be opened by default.
Returns: boolean
setOpened(boolean value)
public final void setOpened(boolean value)
Setup if sticker pop-up window will be opened by default.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
getIcon()
public final int getIcon()
Gets or sets the icon of sticker.
Returns: int
setIcon(int value)
public final void setIcon(int value)
Gets or sets the icon of sticker.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getDefaultAppearance()
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.
Returns: PdfTextStickerAppearance
resetDefaultAppearance()
public static void resetDefaultAppearance()
Clears values of default appearance for sticker.
toString()
public String toString()
Override string conversion.
Returns: java.lang.String -