Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 22,514 for

loadoptions

(0.29 sec)
  1. FieldOcx | Aspose.Words for Java

    Implements the OCX 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...
  2. FieldPage | Aspose.Words for Java

    Implements the PAGE 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. FieldAutoNumOut | Aspose.Words for Java

    Implements the AUTONUMOUT 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. FieldBidiOutline | Aspose.Words for Java

    Implements the BIDIOUTLINE 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. How to Imprve performance below below Aspose.wo...

    Below is the C# code which is taking longer time to execute public void CreatePDFFile() { try { var logger = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); …...Position = 0; var loadOptions = new LoadOptions { LoadFormat = LoadFormat...doc = new Document(stream, loadOptions); } // Map your local fonts...

    forum.aspose.com/t/how-to-imprve-performance-be...
  6. Filter Objects while loading Workbook or Worksh...

    Learn how to filter objects like charts, shapes, and conditional formatting while loading workbooks or worksheets using Aspose.Cells for C++....Usage Scenarios Please use LoadOptions.GetLoadFilter() property...charts from the workbook LoadOptions lOptions ; lOptions . SetLoadFilter...

    docs.aspose.com/cells/cpp/filter-objects-while-...
  7. 在加载Excel文件时解析透视缓存记录|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....当你在Workbook对象内加载Excel文件时,可以通过 LoadOptions.parsingPivotCachedRe 属性决...在加载Excel文件时解析透视缓存记录 以下示例代码说明了 LoadOptions.parsingPivotCachedRe 属性的...

    docs.aspose.com/cells/zh/javascript-cpp/parsing...
  8. PSD ファイルをオンラインで開く | products.aspose.com

    Aspose.PSD を使用して PSD ファイルをオンラインで開く...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/jp/view/open-psd-online/
  9. Create and Load a OneNote Document | Aspose.Not...

    This guide provides instructions on how to create and load a OneNote document for developers working with the .NET platform.... The API’s LoadOptions class provides the DocumentPassword...steps: Create a new object of LoadOptions class Specify the password...

    docs.aspose.com/note/net/create-and-load-a-onen...
  10. 将日期转换为日本日期(C++)|Documentation

    学习如何使用 Aspose.Cells for C++ 将公历日期转换为日本日期。...options for XLSX format LoadOptions options ( LoadFormat :: Xlsx...

    docs.aspose.com/cells/zh/cpp/convert-dates-to-j...