Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 20,557 for

loadoptions

(0.05 sec)
  1. Public API Changes in Aspose.Cells 8.0.0|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.... Added MemorySetting to LoadOptions & WorkbookSettings Starting...property is now available in LoadOptions & WorkbookSettings classes...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. Aspose.Cells 8.8.0中的公共API更改|Documentation

    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....precision true HTMLLoadOptions loadOptions = new HTMLLoadOptions ( LoadFormat...LoadFormat . HTML ); loadOptions . setKeepPrecision ( true );...

    docs.aspose.com/cells/zh/java/public-api-change...
  3. CsvDataSource | Aspose.Words for Java

    Provides access to data of a CSV file or stream to be used within a report in Java....docx"); CsvDataLoadOptions loadOptions = new CsvDataLoadOptions(true);...CsvDataLoadOptions(true); loadOptions.setDelimiter(';'); loadOptions.setCommentChar('$');...

    reference.aspose.com/words/java/com.aspose.word...
  4. 自定义PowerPoint字体|Aspose.Slides for PHP 文档

    PowerPoint自定义字体...(); } $loadOptions = new LoadOptions (); $loadOptions -> getDocumentLevelFont..."assets/fonts" , "global/fonts" )); $loadOptions -> getDocumentLevelFont ()...

    docs.aspose.com/slides/zh/php-java/custom-font/
  5. Field.Update | Aspose.Words for .NET

    Efficiently update fields with our Field Update method. Prevents conflicts by ensuring fields aren't already in use. Streamline your data management today!...// We can set a flag in a LoadOptions object to decide whether...contains them. LoadOptions loadOptions = new LoadOptions { PreserveIncludePictu...

    reference.aspose.com/words/net/aspose.words.fie...
  6. 在 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...
  7. 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...
  8. 使用C++加密和解密ODS文件|Documentation

    使用纯C++库Aspose.Cells for C++对ODS文件进行密码保护和加密。...C++解密ODS文件 对于解密ODS文件,加载文件时在 LoadOptions.GetPassword() 属性中提供密码。一旦加载完成,将...encrypted ODS file LoadOptions loadOptions ( LoadFormat :: Ods...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  9. 可中断库支持|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...
  10. 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...