Package | Description |
---|---|
com.groupdocs.cloud.annotation.model |
Modifier and Type | Method | Description |
---|---|---|
static AnnotationInfo.VerticalAlignmentEnum |
AnnotationInfo.VerticalAlignmentEnum.fromValue(java.lang.String text) |
|
AnnotationInfo.VerticalAlignmentEnum |
AnnotationInfo.getVerticalAlignment() |
Gets or sets text vertical alignment
|
AnnotationInfo.VerticalAlignmentEnum |
AnnotationInfo.VerticalAlignmentEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static AnnotationInfo.VerticalAlignmentEnum |
AnnotationInfo.VerticalAlignmentEnum.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AnnotationInfo.VerticalAlignmentEnum[] |
AnnotationInfo.VerticalAlignmentEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AnnotationInfo.setVerticalAlignment(AnnotationInfo.VerticalAlignmentEnum verticalAlignment) |
|
AnnotationInfo |
AnnotationInfo.verticalAlignment(AnnotationInfo.VerticalAlignmentEnum verticalAlignment) |
|
void |
AnnotationInfo.VerticalAlignmentEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
AnnotationInfo.VerticalAlignmentEnum enumeration) |
Copyright © 2022. All rights reserved.