Package | Description |
---|---|
com.groupdocs.cloud.signature.model |
Modifier and Type | Method | Description |
---|---|---|
static SignTextOptions.TextVerticalAlignmentEnum |
SignTextOptions.TextVerticalAlignmentEnum.fromValue(java.lang.String text) |
|
SignTextOptions.TextVerticalAlignmentEnum |
SignTextOptions.getTextVerticalAlignment() |
Vertical alignment of text inside a signature
|
SignTextOptions.TextVerticalAlignmentEnum |
SignTextOptions.TextVerticalAlignmentEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static SignTextOptions.TextVerticalAlignmentEnum |
SignTextOptions.TextVerticalAlignmentEnum.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SignTextOptions.TextVerticalAlignmentEnum[] |
SignTextOptions.TextVerticalAlignmentEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SignTextOptions.setTextVerticalAlignment(SignTextOptions.TextVerticalAlignmentEnum textVerticalAlignment) |
|
SignTextOptions |
SignTextOptions.textVerticalAlignment(SignTextOptions.TextVerticalAlignmentEnum textVerticalAlignment) |
|
void |
SignTextOptions.TextVerticalAlignmentEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SignTextOptions.TextVerticalAlignmentEnum enumeration) |
Copyright © 2021. All rights reserved.