Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 33,643 for

saveoptions

(0.31 sec)
  1. Aspose::Words::Saving::PclSaveOptions::get_Rast...

    Aspose::Words::Saving::PclSaveoptions::get_RasterizeTransformedElements method. Gets or sets a value determining whether or not complex transformed elements should be rasterized before saving to PCL document. Default is true in C++....docx" ); auto saveOptions = System :: MakeObject <...:: PclSaveOptions > (); saveOptions -> set_SaveFormat ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. MarkdownSaveOptions.ExportAsHtml | Aspose.Words...

    Discover how the MarkdownSaveoptions ExportAsHtml property lets you customize HTML elements for seamless Markdown export. Maximize your content's versatility!...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions (); saveOptions . ExportAsHtml...ExportTableAsHtml.md" , saveOptions ); See Also enum MarkdownExportAsHtml...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Aspose::Words::Drawing::ShapeMarkupLanguage enu...

    Aspose::Words::Drawing::ShapeMarkupLanguage enum. Specifies Markup language used for the shape in C++...."Compliance" property of the SaveOptions object to "OoxmlCompliance...follow that standard. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Watermarker.SetImage | Aspose.Words for .NET

    Enhance your documents with the Watermarker SetImage method. Effortlessly add custom image watermarks for a professional touch....SetImage( string, string, SaveOptions , string ) Adds an image...string outputFileName , SaveOptions saveOptions , string watermarkImageFileNa...

    reference.aspose.com/words/net/aspose.words.low...
  5. Aspose::Words::Document::Save method | Aspose.W...

    Aspose::Words::Document::Save method. Saves the document to a stream using the specified format in C++....System::SharedPtr<Aspose::Words::Saving::SaveOptions>&) method Saves the document...Words :: Saving :: SaveOptions > & saveOptions ) Parameter Type...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Processor.Execute | Aspose.Words for .NET

    Optimize your workflow with our Processor Execute method, designed to streamline actions efficiently and enhance productivity in your applications....Execute (); OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {...ConvertContext.3.docx" , saveOptions ) . Execute (); Converter...

    reference.aspose.com/words/net/aspose.words.low...
  7. Aspose::Words::Saving::OoxmlSaveOptions::get_Co...

    Aspose::Words::Saving::OoxmlSaveoptions::get_Compliance method. Specifies the OOXML version for the output document. The default value is Ecma376_2006 in C++...."Compliance" property of the SaveOptions object to "OoxmlCompliance...follow that standard. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. MailMerger.Execute | Aspose.Words for .NET

    Streamline your workflow with the MailMerger Execute method, effortlessly merging data for single records to enhance efficiency and accuracy....Execute( string, string, SaveOptions , string[], object[] ) Performs...string outputFileName , SaveOptions saveOptions , string [] fieldNames...

    reference.aspose.com/words/net/aspose.words.low...
  9. SvgSaveOptions.idPrefix property | Aspose.Words...

    SvgSaveoptions.idPrefix property. Specifies a prefix that is prepended to all generated element IDs in the output document...docx" ); let saveOptions = new aw . Saving . SvgSaveOptions...SvgSaveOptions (); saveOptions . idPrefix = "pfx1_" ; doc . save...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Specify Save Options in C++|Aspose.Words for C++

    More accurately control the save process....Words provides you with the SaveOptions class, which allows more...Save method that accept a SaveOptions object – it should be an...

    docs.aspose.com/words/cpp/specify-save-options/