Package | Description |
---|---|
com.groupdocs.cloud.signature.model |
Modifier and Type | Method | Description |
---|---|---|
static PdfTextStickerAppearance.IconEnum |
PdfTextStickerAppearance.IconEnum.fromValue(java.lang.String text) |
|
PdfTextStickerAppearance.IconEnum |
PdfTextStickerAppearance.getIcon() |
Gets or sets the icon of sticker.
|
PdfTextStickerAppearance.IconEnum |
PdfTextStickerAppearance.IconEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static PdfTextStickerAppearance.IconEnum |
PdfTextStickerAppearance.IconEnum.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PdfTextStickerAppearance.IconEnum[] |
PdfTextStickerAppearance.IconEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
PdfTextStickerAppearance |
PdfTextStickerAppearance.icon(PdfTextStickerAppearance.IconEnum icon) |
|
void |
PdfTextStickerAppearance.setIcon(PdfTextStickerAppearance.IconEnum icon) |
|
void |
PdfTextStickerAppearance.IconEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PdfTextStickerAppearance.IconEnum enumeration) |
Copyright © 2021. All rights reserved.