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