Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 33,526 for

saveoptions

(0.1 sec)
  1. MetafileRenderingOptions.emulateRenderingToSize...

    MetafileRenderingOptions.emulateRenderingToSizeOnPage property. Gets or sets a value determining whether metafile rendering emulates the display of the metafile according to the size on page or the display of the metafile in its default size.... let saveOptions = new aw . Saving . PdfSaveOptions...default size in pixels. saveOptions . metafileRenderingOpt ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. HtmlSaveOptions.cssClassNamePrefix property | A...

    HtmlSaveoptions.cssClassNamePrefix property. Specifies a prefix which is added to all CSS class names...docx" ); let saveOptions = new aw . Saving . HtmlSaveOptions...HtmlSaveOptions (); saveOptions . cssStyleSheetType = aw . Saving...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Saving::ImageSaveOptions::get_Us...

    Aspose::Words::Saving::ImageSaveoptions::get_UseGdiEmfRenderer method. Gets or sets a value determining whether to use GDI+ or Aspose.Words metafile renderer when saving to EMF in C++....EMF image, we can pass a SaveOptions object to select a renderer...metafile renderer. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::Saving::OdtSaveOptions::get_Pass...

    Aspose::Words::Saving::OdtSaveoptions::get_Password method. Gets or sets a password to encrypt document in C++.... auto saveOptions = System :: MakeObject <...OdtSaveOptions > ( saveFormat ); saveOptions -> set_Password ( u "@sposeEncrypted_1145"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Specify Save Options in Python|Aspose.Words for...

    More accurately control the save process using Python....Words SaveOptions classes in Python via .NET...Words provides you with the SaveOptions class, which allows more...

    docs.aspose.com/words/python-net/specify-save-o...
  6. SvgSaveOptions.maxImageResolution property | As...

    SvgSaveoptions.maxImageResolution property. Gets or sets a value in pixels per inch that limits resolution of exported raster images...docx" ); let saveOptions = new aw . Saving . SvgSaveOptions...SvgSaveOptions (); saveOptions . maxImageResolution = 72 ; doc ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TxtSaveOptions.maxCharactersPerLine property | ...

    TxtSaveoptions.maxCharactersPerLine property. Gets or sets an integer value that specifies the maximum number of characters per one line... let saveOptions = new aw . Saving . TxtSaveOptions...TxtSaveOptions (); saveOptions . maxCharactersPerLine = 30 ; doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocumentSavingArgs | Aspose.Words for Java

    An argument passed into IDocumentSavingCallback.notifycom.aspose.words.DocumentSavingArgs in Java.... HtmlSaveOptions saveOptions = new HtmlSaveOptions(saveFormat);...HtmlSaveOptions(saveFormat); { saveOptions.setProgressCallback(new SavingProgressCallba());...

    reference.aspose.com/words/java/com.aspose.word...
  9. XamlFlowSaveOptions.ReplaceBackslashWithYenSign...

    Discover how XamlFlowSaveoptions' ReplaceBackslashWithYenSign property enhances your data formatting by converting backslashes to yen signs. Default, false....XamlFlowSaveOptions saveOptions = new XamlFlowSaveOptions (); saveOptions . ReplaceBackslashWith...ReplaceBackslashWith.xaml" , saveOptions ); See Also class XamlFlowSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. MarkdownSaveOptions.EmptyParagraphExportMode | ...

    Configure empty paragraph export in Markdown with Aspose.Words. Set EmptyParagraphExportMode for optimal document conversion....MarkdownSaveOptions saveOptions = new MarkdownSaveOptions (); saveOptions . EmptyParagraphExport...EmptyParagraphExport.md" , saveOptions ); string result = File ...

    reference.aspose.com/words/net/aspose.words.sav...