Export(HtmlEditorExportFormat, Boolean)
|
format, saveAsFile
|
Exports editor contents to the specified format, based on the provided settings.
|
Export(HtmlEditorExportFormat, Stream)
|
format, outputStream
|
Exports editor contents to the specified format, based on the provided settings.
|
Export(HtmlEditorExportFormat, String)
|
format, fileName
|
Exports editor contents to the specified format, based on the provided settings.
|
Export(HtmlEditorExportFormat)
|
format
|
Exports editor contents to the specified format.
|