Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 20,290 for

loadoptions

(0.04 sec)
  1. RtfLoadOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.RtfLoadoptions to enhance RTF document loading with customizable settings for seamless integration into your projects....public class RtfLoadOptions : LoadOptions Constructors Name Description...document. RtfLoadOptions loadOptions = new RtfLoadOptions ();...

    reference.aspose.com/words/net/aspose.words.loa...
  2. 可中断库支持|Aspose.Slides 文档

    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....InterruptionTokenSou 表示传递给 LoadOptions.set_InterruptionToken() ...方法的令牌或多个令牌的来源。当设置中断令牌并将 LoadOptions 实例传递给 Presentation 构造函数时...

    docs.aspose.com/slides/zh/cpp/support-for-inter...
  3. DocumentDirection | Aspose.Words for Java

    Allows to specify the direction to flow the text in a document in Java.... TxtLoadOptions loadOptions = new TxtLoadOptions(); //...will store its direction. loadOptions.setDocumentDirection(DocumentDirection...

    reference.aspose.com/words/java/com.aspose.word...
  4. Delete redundant spaces after line break while ...

    Learn how to delete redundant spaces after line breaks while importing HTML using Aspose.Cells for Node.js via C++....keep precision true const loadOptions = new AsposeCells . HtmlLoadOptions...AsposeCells . LoadFormat . Html ); loadOptions . setDeleteRedundantSp (...

    docs.aspose.com/cells/nodejs-cpp/delete-redunda...
  5. Load or Import CSV file with Formulas via Node....

    Learn how to load and import CSV files containing formulas using Aspose.Cells for Node.js via C++....cells' ); let loadOptions = new AsposeCells . TxtLoadOptions...TxtLoadOptions (); loadOptions . setHasFormula ( true ); let workbook...

    docs.aspose.com/cells/nodejs-cpp/load-or-import...
  6. Field.IsDirty | Aspose.Words for .NET

    Manage the IsDirty property to ensure your field data stays accurate and up-to-date, enhancing document integrity and performance.... Docx ); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions (); options...

    reference.aspose.com/words/net/aspose.words.fie...
  7. 在 Aspose.Slides 中获取字体替代的警告回调|Aspose.Slides 文档

    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.... 使用 LoadOptions 类设置警告回调。 加载一个使用在目标机器上不可用的字体的演示文稿文件。...设置警告回调 System :: SharedPtr < LoadOptions > options = System :: MakeObject...

    docs.aspose.com/slides/zh/cpp/getting-warning-c...
  8. Ինչպես կարդալ գաղտնաբառով պաշտպանված Excel ֆայլ...

    Այս կարճ ձեռնարկը պարունակում է տեղեկատվություն Python-ում գաղտնաբառով պաշտպանված Excel ֆայլը կարդալու մասին: Այն բացատրում է, թե ինչպես օգտագործել Python-ի բաց գաղտնաբառով պաշտպանված excel ֆայլը՝ քայլ առ քայլ հրահանգների և Python կոդի գործարկվող նմուշի օգնությամբ:...օգտագործելու համար Ստեղծեք LoadOptions դասի օբյեկտը, որն անհրաժեշտ...օբյեկտի մեջ՝ օգտագործելով LoadOptions դասի օբյեկտը, որն ունի գաղտնաբառ...

    kb.aspose.com/hy/cells/python/how-to-read-passw...
  9. Support the layout of DIV tags while loading HT...

    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....support div tag layouts const loadOptions = new AsposeCells . HtmlLoadOptions...AsposeCells . LoadFormat . Html ); loadOptions . setSupportDivTag ( true...

    docs.aspose.com/cells/nodejs-cpp/support-the-la...
  10. Convert CSV to JSON with C++|Documentation

    Convert CSV file to JSON by using the simple to use Aspose.Cells for C++ API....options for CSV format LoadOptions loadOptions ( LoadFormat :: Csv...srcDir + u "SampleCsv.csv" , loadOptions ); // Get the last cell in...

    docs.aspose.com/cells/cpp/convert-csv-to-json/