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