Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 33,600 for

saveoptions

(0.06 sec)
  1. MergerContext Class | Aspose.Words for .NET

    Discover the Aspose.Words LowCode MergerContext class for seamless document merging, enhancing productivity with powerful and efficient solutions....Execute (); OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {...MergeContextDocument.3.docx" , saveOptions ) . Execute (); Shows how...

    reference.aspose.com/words/net/aspose.words.low...
  2. OdtSaveOptions.Password | Aspose.Words for .NET

    Secure your documents with OdtSaveoptions Password property. Easily set or retrieve a password for robust encryption and enhanced data protection.... OdtSaveOptions saveOptions = new OdtSaveOptions ( saveFormat...saveFormat ); saveOptions . Password = "@sposeEncrypted_1145"...

    reference.aspose.com/words/net/aspose.words.sav...
  3. OdtSaveOptions.password property | Aspose.Words...

    OdtSaveoptions.password property. Gets or sets a password to encrypt document.... let saveOptions = new aw . Saving . OdtSaveOptions...OdtSaveOptions ( saveFormat ); saveOptions . password = "@sposeEncrypted_1145"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. IDocumentProcessorPlugin class | Aspose.Words f...

    Aspose.Words.IDocumentProcessorPlugin class. Defines an interface for external document processor plugin.... save(outputStream, saveOptions) Save the document loaded...Document object. toPages(saveOptions) Saves each page of the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Saving::MarkdownEmptyParagraphEx...

    Aspose::Words::Saving::MarkdownEmptyParagraphExportMode enum. Specifies how Aspose.Words exports empty paragraphs to Markdown in C++....Writeln ( u "Last" ); auto saveOptions = System :: MakeObject <...MarkdownSaveOptions > (); saveOptions -> set_EmptyParagraphExport...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose::Words::Saving::ImageSaveOptions class |...

    Aspose::Words::Saving::ImageSaveoptions class. Allows to specify additional options when rendering document pages or shapes to images. To learn more, visit the documentation article in C++....for Aspose::Words::Saving::SaveOptions::get_AllowEmbeddingPostSc...for Aspose::Words::Saving::SaveOptions::get_CustomTimeZoneInfo ...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose::Words::Drawing::Fill::get_TextureAlignm...

    Aspose::Words::Drawing::Fill::get_TextureAlignment method. Gets or sets the alignment for tile texture fill in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. HtmlFixedSaveOptions.FontFormat | Aspose.Words ...

    Discover the HtmlFixedSaveoptions FontFormat property to customize font exporting. Easily set and optimize your default format to Woff for better performance....); HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions...UsingMachineFonts.html" , saveOptions ); string outDocContents...

    reference.aspose.com/words/net/aspose.words.sav...
  9. ImageSaveOptions | Aspose.Words for Java

    Allows to specify additional options when rendering document pages or shapes to images in Java....SaveOptions , com.aspose.words.FixedPageSaveOptions...saveFormat) public static SaveOptions createSaveOptions(int saveFormat)...

    reference.aspose.com/words/java/com.aspose.word...
  10. OoxmlCompliance | Aspose.Words for Java

    Allows to specify which OOXML specification will be used when saving in the DOCX format in Java.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat...OoxmlSaveOptions(SaveFormat.DOCX); saveOptions.setCompliance(OoxmlCompliance.I...

    reference.aspose.com/words/java/com.aspose.word...