| Package | Description |
|---|---|
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
static MarkdownExportOptions.ExportTypeEnum |
MarkdownExportOptions.ExportTypeEnum.fromValue(String text) |
MarkdownExportOptions.ExportTypeEnum |
MarkdownExportOptions.getExportType()
Specifies markdown specification to convert presentation.
|
MarkdownExportOptions.ExportTypeEnum |
MarkdownExportOptions.ExportTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static MarkdownExportOptions.ExportTypeEnum |
MarkdownExportOptions.ExportTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkdownExportOptions.ExportTypeEnum[] |
MarkdownExportOptions.ExportTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MarkdownExportOptions |
MarkdownExportOptions.exportType(MarkdownExportOptions.ExportTypeEnum exportType) |
void |
MarkdownExportOptions.setExportType(MarkdownExportOptions.ExportTypeEnum exportType) |
void |
MarkdownExportOptions.ExportTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
MarkdownExportOptions.ExportTypeEnum enumeration) |
Copyright © 2025. All rights reserved.