Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 20,205 for

loadoptions

(0.05 sec)
  1. DocSaveOptions.password property | Aspose.Words...

    DocSaveOptions.password property. Gets/sets a password to encrypt document using RC4 encryption method....DocSaveOptions object in a LoadOptions object. expect (() => doc..." ); let loadOptions = new aw . Loading . LoadOptions ( "MyPassword"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TxtLoadOptions.detectHyperlinks property | Aspo...

    TxtLoadoptions.detectHyperlinks property. Specifies either to detect hyperlinks in text... let loadOptions = new aw . Loading . TxtLoadOptions...TxtLoadOptions (); loadOptions . detectHyperlinks = true ; let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ParagraphFormat.bidi property | Aspose.Words fo...

    ParagraphFormat.bidi property. Gets or sets whether this is a right-to-left paragraph.... let loadOptions = new aw . Loading . TxtLoadOptions...will store its direction. loadOptions . documentDirection = aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 用C++将CSV、TSV和TXT转换为Excel|Documentation

    学习如何使用Aspose.Cells for C++将CSV、TSV和TXT文件转换为Excel。...Instantiate LoadOptions specified by the LoadFormat LoadOptions loadOptions4...TxtLoadOptions loadOptions ( LoadFormat :: Csv ); loadOptions . SetSeparator...

    docs.aspose.com/cells/zh/cpp/convert-csv-tsv-an...
  5. Public API Changes in Aspose.Cells 16.12.0|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....LoadFilter class along with LoadOptions.LoadFilter property which...// Create an instance of LoadOptions class var options = new Aspose...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. Public API Changes in Aspose.Cells 8.6.3|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....of LoadOptions LoadOptions loadOptions = new LoadOptions ();...LoadDataOption created earlier loadOptions . setLoadDataOptions ( loadDataOptions...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. Opening Different Microsoft Excel Versions File...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....0 file, use LoadOptions and set the related attribute...attribute for the LoadOptions class for the template file to be loaded...

    docs.aspose.com/cells/python-java/opening-diffe...
  8. LoadOptions.UpdateDirtyFields | Aspose.Words fo...

    Discover how the Loadoptions UpdateDirtyFields property enhances data integrity by selectively updating fields marked as dirty for optimal performance....UpdateDirtyFields Contents [ Hide ] LoadOptions.UpdateDirtyFields property...SaveFormat . Docx ); // The LoadOptions object has an option to update...

    reference.aspose.com/words/net/aspose.words.loa...
  9. Default Font|Aspose.Slides Documentation

    PowerPoint C++ API lets you set the default font for rendering presentations to PDF, XPS or thumbnails...API: Create an instance of LoadOptions. Set the DefaultRegularFont...fonts auto loadOptions = MakeObject < LoadOptions > ( LoadFormat...

    docs.aspose.com/slides/cpp/default-font/
  10. Headers are disappearing while convertig from E...

    Hello, when converting Email to PDF, the Headers do not appear in the PDF file. I am using Aspose Email 23.12. I was using Aspose.Email 6.0.0 before. Everything was OK. Sample Code is below. Am I forgetting any settings…...save(tmpStream, so); LoadOptions loadOptions = new LoadOptions(); loadOptions...pStream.toByteArray()), loadOptions); word.save(emailAsPdfStream...

    forum.aspose.com/t/headers-are-disappearing-whi...