Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 20,335 for

loadoptions

(0.1 sec)
  1. Aspose.PSD for .NET 22.5 - 发行说明|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.... Load ( inputFile , new LoadOptions ())) { Layer workLayer =... Load ( inputFile , new LoadOptions ())) { psdImage . Save (...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  2. FieldAddIn | Aspose.Words for Java

    Implements the ADDIN field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldData | Aspose.Words for Java

    Implements the DATA field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldRevNum | Aspose.Words for Java

    Implements the REVNUM field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldFormDropDown | Aspose.Words for Java

    Implements the FORMDROPDOWN field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldDocProperty | Aspose.Words for Java

    Implements the DOCPROPERTY field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldTime | Aspose.Words for Java

    Implements the TIME field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.Cells 8.8.1中的公共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....1已公开了LoadDataFilterOption枚举及LoadOptions.LoadDataFilterOption属性,可...//Create an instance of LoadOptions & initialize it with type...

    docs.aspose.com/cells/zh/java/public-api-change...
  9. Getting incorrect revision information using As...

    Hi Team, I’m using Aspose.words for Java to get revision info (like the number of insertions, deletions, and format changes) with the code below. But I found that sometimes, the revision info is incorrect since the coun…...This can be done using the LoadOptions class, where you can set...document. LoadOptions loadOptions = new LoadOptions(); loadOptions...

    forum.aspose.com/t/getting-incorrect-revision-i...
  10. 使用 C++ 通过 Node.js 加载无图表的源Excel文件|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在不含图表的情况下加载Excel文件。...Cells 允许您不加载图表,使用 LoadOptions.getLoadFilter() 属性实现。 加载不带图表的电子表格...options = new AsposeCells . LoadOptions (); // Include everything...

    docs.aspose.com/cells/zh/nodejs-cpp/load-source...