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.OdtSaveoptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Odt](../../aspose.words/saveformat/#Odt) or [SaveFormat.Ott](../../aspose.words/saveformat/#Ott) format...Inheritance: OdtSaveOptions → SaveOptions Constructors Name Description...false . (Inherited from SaveOptions ) defaultTemplate Gets or...
Represents a group of methods intended to convert a variety of different types of documents using a single line of code in Java....OutputStream outputStream, SaveOptionssaveOptions) convert(InputStream...OutputStream outputStream, SaveOptionssaveOptions) convert(InputStream...
Discover the CreateSaveoptions method to easily generate save options tailored for your preferred format, enhancing your document management efficiency.... public static SaveOptions CreateSaveOptions ( SaveFormat...class that derives from SaveOptions . Examples Shows an option...
Provides methods intended to insert watermarks into the documents in Java....OutputStream outputStream, SaveOptionssaveOptions, BufferedImage watermarkImage)...OutputStream outputStream, SaveOptionssaveOptions, BufferedImage watermarkImage...
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...
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);...
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...