Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static SlideCommentBase.TypeEnum |
SlideCommentBase.TypeEnum.fromValue(String text) |
SlideCommentBase.TypeEnum |
SlideCommentBase.getType()
Get type
|
SlideCommentBase.TypeEnum |
SlideCommentBase.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SlideCommentBase.TypeEnum |
SlideCommentBase.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlideCommentBase.TypeEnum[] |
SlideCommentBase.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SlideCommentBase.setType(SlideCommentBase.TypeEnum type) |
void |
SlideCommentBase.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SlideCommentBase.TypeEnum enumeration) |
Copyright © 2022. All rights reserved.