Saveoptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used....saveFormat property SaveOptions.saveFormat property Specifies..."Rendering.docx" ); // Use a SaveOptions object to specify the encoding...
Aspose.Words.Saving.TxtSaveoptionsBase class. The base class for specifying additional options when saving a document into a text based formats...Inheritance: TxtSaveOptionsBase → SaveOptions Properties Name Description...false . (Inherited from SaveOptions ) defaultTemplate Gets or...
Discover how to use the Saveoptions SaveFormat property to effortlessly choose your document's save format for optimal flexibility and control....SaveFormat Contents [ Hide ] SaveOptions.SaveFormat property Specifies..."Rendering.docx" ); // Use a SaveOptions object to specify the encoding...
Aspose.Words.Saving.RtfSaveoptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Rtf](../../aspose.words/saveformat/#Rtf) format...Inheritance: RtfSaveOptions → SaveOptions Constructors Name Description...false . (Inherited from SaveOptions ) defaultTemplate Gets or...
Aspose::Words::Saving::MarkdownOfficeMathExportMode enum. Specifies how Aspose.Words exports OfficeMath to Markdown in C++....docx" ); auto saveOptions = System :: MakeObject <...MarkdownSaveOptions > (); saveOptions -> set_OfficeMathExportMode...
Provides methods intended to insert watermarks into the documents in Java....OutputStream outputStream, SaveOptionssaveOptions, BufferedImage watermarkImage)...OutputStream outputStream, SaveOptionssaveOptions, BufferedImage watermarkImage...
Represents a group of methods intended to merge a variety of different types of documents into a single output document in Java....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions.setPassword("Aspose...String[]{inputDoc1, inputDoc2}, saveOptions, MergeFormatMode.KEEP_SOURCE_FORMATTING);...
Aspose.Words.Saving.DoclingSaveoptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Docling](../../aspose.words/saveformat/#Docling) format...Inheritance: DoclingSaveOptions → SaveOptions Constructors Name Description...false . (Inherited from SaveOptions ) defaultTemplate Gets or...
aspose.words.saving.XamlFixedSaveoptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XAML_FIXED](../../aspose.words/saveformat/#XAML_FIXED) format...→ FixedPageSaveOptions → SaveOptions Constructors Name Description...False . (Inherited from SaveOptions ) color_mode Gets or sets...
Discover the MarkdownSaveoptions OfficeMathExportMode property to customize OfficeMath output. Optimize your files with flexible export settings!...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions (); saveOptions . OfficeMathExportMode...OfficeMathExportMode.md" , saveOptions ); Shows how to export OfficeMath...