MarkdownEditOptions
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.editor.options.IEditOptions
public final class MarkdownEditOptions implements IEditOptions
Allows to specify custom options for editing documents in Markdown format.
| Constructor | Description |
|---|---|
| MarkdownEditOptions() | Creates and returns a new instance of the MarkdownEditOptions class, where all options are set to their default values |
| Method | Description |
|---|---|
| getImageLoadCallback() | Allows to control how images are saved when converting Markdown document to Html. |
| setImageLoadCallback(IMarkdownImageLoadCallback value) | Allows to control how images are saved when converting Markdown document to Html. |
public MarkdownEditOptions()
Creates and returns a new instance of the MarkdownEditOptions class, where all options are set to their default values
public final IMarkdownImageLoadCallback getImageLoadCallback()
Allows to control how images are saved when converting Markdown document to Html.
Value: The image saving callback.
Returns: IMarkdownImageLoadCallback
public final void setImageLoadCallback(IMarkdownImageLoadCallback value)
Allows to control how images are saved when converting Markdown document to Html.
Value: The image saving callback.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | IMarkdownImageLoadCallback |
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.