Aspose::Words::Saving::MarkdownSaveOptions class
Contents
[
Hide
]MarkdownSaveOptions class
Class to specify additional options when saving a document into the Markdown format. To learn more, visit the Specify Save Options documentation article.
class MarkdownSaveOptions : public Aspose::Words::Saving::TxtSaveOptionsBase
Methods
Method | Description |
---|---|
static CreateSaveOptions(Aspose::Words::SaveFormat) | Creates a save options object of a class suitable for the specified save format. |
static CreateSaveOptions(const System::String&) | Creates a save options object of a class suitable for the file extension specified in the given file name. |
get_AllowEmbeddingPostScriptFonts() const | Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is saved. The default value is false. |
get_CustomTimeZoneInfo() const | Gets or sets custom local time zone used for date/time fields. |
get_DefaultTemplate() const | Gets or sets path to default template (including filename). Default value for this property is empty string. |
get_Dml3DEffectsRenderingMode() const | Gets a value determining how 3D effects are rendered. |
virtual get_DmlEffectsRenderingMode() | Gets or sets a value determining how DrawingML effects are rendered. |
get_DmlRenderingMode() const | Gets or sets a value determining how DrawingML shapes are rendered. |
get_Encoding() const | Specifies the encoding to use when exporting in text formats. Default value is Encoding.UTF8. |
get_ExportAsHtml() const | Allows to specify the elements to be exported to Markdown as raw HTML. Default value is None. |
get_ExportGeneratorName() const | When true, causes the name and version of Aspose.Words to be embedded into produced files. Default value is true. |
get_ExportHeadersFootersMode() const | Specifies the way headers and footers are exported to the text formats. Default value is PrimaryOnly. |
get_ExportImagesAsBase64() const | Specifies whether images are saved in Base64 format to the output file. Default value is false. |
get_ExportUnderlineFormatting() const | Gets a boolean value indicating either to export underline text formatting as sequence of two plus characters “++”. The default value is false. |
get_ForcePageBreaks() const | Allows to specify whether the page breaks should be preserved during export. The default value is false. |
get_ImageSavingCallback() const | Allows to control how images are saved when a document is saved to Markdown format. |
get_ImagesFolder() const | Specifies the physical folder where images are saved when exporting a document to the Markdown format. Default is an empty string. |
get_ImagesFolderAlias() const | Specifies the name of the folder used to construct image URIs written into a document. Default is an empty string. |
get_ImlRenderingMode() const | Gets or sets a value determining how ink (InkML) objects are rendered. |
get_LinkExportMode() const | Specifies how links will be written to the output file. Default value is Auto. |
get_ListExportMode() const | Specifies how list items will be written to the output file. Default value is MarkdownSyntax. |
get_MemoryOptimization() const | Gets or sets value determining if memory optimization should be performed before saving the document. Default value for this property is false. |
get_ParagraphBreak() const | Specifies the string to use as a paragraph break when exporting in text formats. |
get_PrettyFormat() const | When true, pretty formats output where applicable. Default value is false. |
get_ProgressCallback() const | Called during saving a document and accepts data about saving progress. |
get_SaveFormat() override | Specifies the format in which the document will be saved if this save options object is used. Can only be Markdown. |
get_TableContentAlignment() const | Gets a value that specifies how to align contents in tables when exporting into the Markdown format. The default value is Auto. |
get_TempFolder() const | Specifies the folder for temporary files used when saving to a DOC or DOCX file. By default this property is null and no temporary files are used. |
get_UpdateCreatedTimeProperty() const | Gets a value determining whether the CreatedTime property is updated before saving. Default value is false;. |
get_UpdateFields() const | Gets or sets a value determining if fields of certain types should be updated before saving the document to a fixed page format. Default value for this property is true. |
get_UpdateLastPrintedProperty() const | Gets or sets a value determining whether the LastPrinted property is updated before saving. |
get_UpdateLastSavedTimeProperty() const | Gets or sets a value determining whether the LastSavedTime property is updated before saving. |
get_UseAntiAliasing() const | Gets or sets a value determining whether or not to use anti-aliasing for rendering. |
get_UseHighQualityRendering() const | Gets or sets a value determining whether or not to use high quality (i.e. slow) rendering algorithms. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
MarkdownSaveOptions() | Initializes a new instance of this class that can be used to save a document in the Markdown format. |
set_AllowEmbeddingPostScriptFonts(bool) | Setter for Aspose::Words::Saving::SaveOptions::get_AllowEmbeddingPostScriptFonts. |
set_CustomTimeZoneInfo(const System::SharedPtr<System::TimeZoneInfo>&) | Setter for Aspose::Words::Saving::SaveOptions::get_CustomTimeZoneInfo. |
set_DefaultTemplate(const System::String&) | Setter for Aspose::Words::Saving::SaveOptions::get_DefaultTemplate. |
set_Dml3DEffectsRenderingMode(Aspose::Words::Saving::Dml3DEffectsRenderingMode) | Sets a value determining how 3D effects are rendered. |
virtual set_DmlEffectsRenderingMode(Aspose::Words::Saving::DmlEffectsRenderingMode) | Setter for Aspose::Words::Saving::SaveOptions::get_DmlEffectsRenderingMode. |
set_DmlRenderingMode(Aspose::Words::Saving::DmlRenderingMode) | Setter for Aspose::Words::Saving::SaveOptions::get_DmlRenderingMode. |
set_Encoding(const System::SharedPtr<System::Text::Encoding>&) | Specifies the encoding to use when exporting in text formats. Default value is Encoding.UTF8. |
set_ExportAsHtml(Aspose::Words::Saving::MarkdownExportAsHtml) | Allows to specify the elements to be exported to Markdown as raw HTML. Default value is None. |
set_ExportGeneratorName(bool) | Setter for Aspose::Words::Saving::SaveOptions::get_ExportGeneratorName. |
set_ExportHeadersFootersMode(Aspose::Words::Saving::TxtExportHeadersFootersMode) | Setter for Aspose::Words::Saving::TxtSaveOptionsBase::get_ExportHeadersFootersMode. |
set_ExportImagesAsBase64(bool) | Setter for Aspose::Words::Saving::MarkdownSaveOptions::get_ExportImagesAsBase64. |
set_ExportUnderlineFormatting(bool) | Sets a boolean value indicating either to export underline text formatting as sequence of two plus characters “++”. The default value is false. |
set_ForcePageBreaks(bool) | Setter for Aspose::Words::Saving::TxtSaveOptionsBase::get_ForcePageBreaks. |
set_ImageSavingCallback(const System::SharedPtr<Aspose::Words::Saving::IImageSavingCallback>&) | Setter for Aspose::Words::Saving::MarkdownSaveOptions::get_ImageSavingCallback. |
set_ImagesFolder(const System::String&) | Setter for Aspose::Words::Saving::MarkdownSaveOptions::get_ImagesFolder. |
set_ImagesFolderAlias(const System::String&) | Setter for Aspose::Words::Saving::MarkdownSaveOptions::get_ImagesFolderAlias. |
set_ImlRenderingMode(Aspose::Words::Saving::ImlRenderingMode) | Setter for Aspose::Words::Saving::SaveOptions::get_ImlRenderingMode. |
set_LinkExportMode(Aspose::Words::Saving::MarkdownLinkExportMode) | Specifies how links will be written to the output file. Default value is Auto. |
set_ListExportMode(Aspose::Words::Saving::MarkdownListExportMode) | Setter for Aspose::Words::Saving::MarkdownSaveOptions::get_ListExportMode. |
set_MemoryOptimization(bool) | Setter for Aspose::Words::Saving::SaveOptions::get_MemoryOptimization. |
set_ParagraphBreak(const System::String&) | Setter for Aspose::Words::Saving::TxtSaveOptionsBase::get_ParagraphBreak. |
set_PrettyFormat(bool) | Setter for Aspose::Words::Saving::SaveOptions::get_PrettyFormat. |
set_ProgressCallback(const System::SharedPtr<Aspose::Words::Saving::IDocumentSavingCallback>&) | Setter for Aspose::Words::Saving::SaveOptions::get_ProgressCallback. |
set_SaveFormat(Aspose::Words::SaveFormat) override | Specifies the format in which the document will be saved if this save options object is used. Can only be Markdown. |
set_TableContentAlignment(Aspose::Words::Saving::TableContentAlignment) | Sets a value that specifies how to align contents in tables when exporting into the Markdown format. The default value is Auto. |
set_TempFolder(const System::String&) | Setter for Aspose::Words::Saving::SaveOptions::get_TempFolder. |
set_UpdateCreatedTimeProperty(bool) | Sets a value determining whether the CreatedTime property is updated before saving. Default value is false;. |
set_UpdateFields(bool) | Setter for Aspose::Words::Saving::SaveOptions::get_UpdateFields. |
set_UpdateLastPrintedProperty(bool) | Setter for Aspose::Words::Saving::SaveOptions::get_UpdateLastPrintedProperty. |
set_UpdateLastSavedTimeProperty(bool) | Setter for Aspose::Words::Saving::SaveOptions::get_UpdateLastSavedTimeProperty. |
set_UseAntiAliasing(bool) | Setter for Aspose::Words::Saving::SaveOptions::get_UseAntiAliasing. |
set_UseHighQualityRendering(bool) | Setter for Aspose::Words::Saving::SaveOptions::get_UseHighQualityRendering. |
TxtSaveOptionsBase() | |
static Type() |
See Also
- Class TxtSaveOptionsBase
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++