| Package | Description |
|---|---|
| com.groupdocs.cloud.conversion.model |
| Modifier and Type | Method | Description |
|---|---|---|
static PresentationLoadOptions.NotesPositionEnum |
PresentationLoadOptions.NotesPositionEnum.fromValue(String text) |
|
PresentationLoadOptions.NotesPositionEnum |
PresentationLoadOptions.getNotesPosition() |
Represents the way notes are printed with the slide.
|
PresentationLoadOptions.NotesPositionEnum |
PresentationLoadOptions.NotesPositionEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static PresentationLoadOptions.NotesPositionEnum |
PresentationLoadOptions.NotesPositionEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PresentationLoadOptions.NotesPositionEnum[] |
PresentationLoadOptions.NotesPositionEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
PresentationLoadOptions |
PresentationLoadOptions.notesPosition(PresentationLoadOptions.NotesPositionEnum notesPosition) |
|
void |
PresentationLoadOptions.setNotesPosition(PresentationLoadOptions.NotesPositionEnum notesPosition) |
|
void |
PresentationLoadOptions.NotesPositionEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PresentationLoadOptions.NotesPositionEnum enumeration) |
Copyright © 2025. All rights reserved.