Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 31,259 for

saveoptions

(0.07 sec)
  1. XlsxDateTimeParsingMode | Aspose.Words for Java

    Specifies how document text is parsed to identify date and time values in Java....docx"); XlsxSaveOptions saveOptions = new XlsxSaveOptions();...datetime format autodetection. saveOptions.setDateTimeParsingMo(XlsxDateTimeParsingM...

    reference.aspose.com/words/java/com.aspose.word...
  2. SaveOptions.allow_embedding_post_script_fonts p...

    Saveoptions.allow_embedding_post_script_fonts property. Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is saved...allow_embedding_post_script_fonts property SaveOptions.allow_embedding_post_script_fonts...save_options = aw . saving . SaveOptions . create_save_options ( save_format...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Convert XBRL to iXBRL via Python | products.asp...

    Sample code for XBRL to iXBRL Python conversion. Use API example code for batch XBRL files to iXBRL conversion within Python based applications.... Set SaveOptions for the output file by choosing...target file and relevant SaveOptions as parameters. Conversion...

    products.aspose.com/finance/python-net/conversi...
  4. OdtSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.OdtSaveoptions to enhance your document saving experience. Customize settings for ODT/OTT formats and optimize your workflow!...public class OdtSaveOptions : SaveOptions Constructors Name Description...docx" ); OdtSaveOptions saveOptions = new OdtSaveOptions { MeasureUnit...

    reference.aspose.com/words/net/aspose.words.sav...
  5. DocumentSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.DocumentSavingArgs class, essential for handling document saving events efficiently in your applications.... HtmlSaveOptions saveOptions = new HtmlSaveOptions ( saveFormat...ProgressCallback.{ext}" , saveOptions )); Assert . That ( exception...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose::Words::PlainTextDocument::PlainTextDocu...

    Aspose::Words::PlainTextDocument::PlainTextDocument constructor. Creates a plain text document from a stream. Automatically detects the file format in C++...." ); auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Password ( u "MyPassword"...

    reference.aspose.com/words/cpp/aspose.words/pla...
  7. ImageSaveOptions.PageSet | Aspose.Words for .NET

    Discover the ImageSaveoptions PageSet property to customize your document rendering. Control which pages to save for optimized output. Explore now!... // We can pass a SaveOptions object to specify a different...render. ImageSaveOptions saveOptions = new ImageSaveOptions (...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Saving::CompressionLevel enum | ...

    Aspose::Words::Saving::CompressionLevel enum. Compression level for OOXML files. (DOCX and DOTX files are internally a ZIP-archive, this property controls the compression level of the archive. Note, that FlatOpc file is not a ZIP-archive, therefore, this property does not affect the FlatOpc files.) in C++.... auto saveOptions = System :: MakeObject <...:: SaveFormat :: Docx ); saveOptions -> set_CompressionLevel (...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Get Max Range In A Worksheet with Node.js via C...

    This article describes how to get the max range, max data range, and max display range of Excel files using Aspose.Cells for Node.js via C++....the range to html const saveOptions = new AsposeCells . HtmlSaveOptions...HtmlSaveOptions (); saveOptions . setExportActiveWorks ( true );...

    docs.aspose.com/cells/nodejs-cpp/get-max-range-...
  10. MarkdownExportAsHtml | Aspose.Words for Java

    Allows to specify the elements to be exported to Markdown as raw HTML in Java....MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); saveOptions.set...); doc.save(outputPath, saveOptions); Shows how to export a table...

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