ExportOptions
Leave feedback
On this page
Inheritance: java.lang.Object
public class ExportOptions
Options for exporting Markdown to a document format (reverse conversion).
| Constructor | Description |
|---|---|
| ExportOptions() | Creates export options with default settings. |
| ExportOptions(FileFormat format) | Creates export options with specified target format. |
| Method | Description |
|---|---|
| getFormat() | |
| setFormat(FileFormat format) |
public ExportOptions()
Creates export options with default settings.
public ExportOptions(FileFormat format)
Creates export options with specified target format.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| format | FileFormat | target document format |
public FileFormat getFormat()
Returns: FileFormat
public void setFormat(FileFormat format)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| format | FileFormat |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.