| Package | Description |
|---|---|
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
static MarkdownExportOptions.NewLineTypeEnum |
MarkdownExportOptions.NewLineTypeEnum.fromValue(String text) |
MarkdownExportOptions.NewLineTypeEnum |
MarkdownExportOptions.getNewLineType()
Specifies whether the generated document should have new lines of \\\\r(Macintosh), \\\\n(Unix) or \\\\r\\\\n(Windows).
|
MarkdownExportOptions.NewLineTypeEnum |
MarkdownExportOptions.NewLineTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static MarkdownExportOptions.NewLineTypeEnum |
MarkdownExportOptions.NewLineTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkdownExportOptions.NewLineTypeEnum[] |
MarkdownExportOptions.NewLineTypeEnum.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.newLineType(MarkdownExportOptions.NewLineTypeEnum newLineType) |
void |
MarkdownExportOptions.setNewLineType(MarkdownExportOptions.NewLineTypeEnum newLineType) |
void |
MarkdownExportOptions.NewLineTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
MarkdownExportOptions.NewLineTypeEnum enumeration) |
Copyright © 2025. All rights reserved.