Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static SwfExportOptions.NotesPositionEnum |
SwfExportOptions.NotesPositionEnum.fromValue(String text) |
SwfExportOptions.NotesPositionEnum |
SwfExportOptions.getNotesPosition()
Gets or sets the position of the notes on the page.
|
SwfExportOptions.NotesPositionEnum |
SwfExportOptions.NotesPositionEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SwfExportOptions.NotesPositionEnum |
SwfExportOptions.NotesPositionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwfExportOptions.NotesPositionEnum[] |
SwfExportOptions.NotesPositionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SwfExportOptions |
SwfExportOptions.notesPosition(SwfExportOptions.NotesPositionEnum notesPosition) |
void |
SwfExportOptions.setNotesPosition(SwfExportOptions.NotesPositionEnum notesPosition) |
void |
SwfExportOptions.NotesPositionEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SwfExportOptions.NotesPositionEnum enumeration) |
Copyright © 2021. All rights reserved.