Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 22,567 for

loadoptions

(0.13 sec)
  1. Aspose.Cells 8.6.3的公共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....of LoadOptions LoadOptions loadOptions = new LoadOptions ();...LoadDataOption created earlier loadOptions . setLoadDataOptions ( loadDataOptions...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. Manage Presentation BLOBs in C++ for Efficient ...

    Manage BLOB data in Aspose.Slides for C++ to streamline PowerPoint and OpenDocument file operations for efficient presentation handling....; auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> get_BlobManagementOption () -> set_PresentationLockingB...

    docs.aspose.com/slides/cpp/manage-blob/
  3. Filtering the kind of data while loading the wo...

    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.... Please use the LoadOptions.getLoadFilter() property...not be loaded because the LoadOptions.getLoadFilter() property...

    docs.aspose.com/cells/nodejs-cpp/filtering-the-...
  4. ReportBuilder | Aspose.Words for Java

    Provides methods intended to fill template with data using LINQ Reporting Engine in Java....from(InputStream input, LoadOptions loadOptions) Specifies input document...from(String input, LoadOptions loadOptions) Specifies input document...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Loading::BlockImportMode enum | ...

    Aspose::Words::Loading::BlockImportMode enum. Specifies how properties of block-level elements are imported from HTML-based documents in C++....GetBytes ( html )); auto loadOptions = System :: MakeObject <...HTML block-level elements. loadOptions -> set_BlockImportMode (...

    reference.aspose.com/words/cpp/aspose.words.loa...
  6. Support For Interruptable Library|Aspose.Slides...

    Make long-running tasks cancelable with Aspose.Slides for .NET. Interrupt rendering and conversions for PowerPoint and OpenDocument safely, with examples....InterruptionToken is set and the LoadOptions instance is passed to the...token ) => { LoadOptions options = new LoadOptions { InterruptionToken...

    docs.aspose.com/slides/net/support-for-interrup...
  7. WarningInfoCollection | Aspose.Words for Java

    Represents a typed collection of WarningInfo objects in Java....to the LoadOptions.getWarningCallback() / LoadOptions.setWarningCallback(com...WarningInfoCollectio(); LoadOptions loadOptions = new LoadOptions(); loadOptions...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Loading::RtfLoadOptions::get_Rec...

    Aspose::Words::Loading::RtfLoadoptions::get_RecognizeUtf8Text method. When set to true, will try to detect UTF8 characters, they will be preserved during import in C++.... auto loadOptions = System :: MakeObject <...that may occur in the text. loadOptions -> set_RecognizeUtf8Text...

    reference.aspose.com/words/cpp/aspose.words.loa...
  9. Specify Default Presentation Fonts in JavaScrip...

    Set default fonts in Aspose.Slides for Node.js via Java to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....API: Create an instance of LoadOptions . Set the DefaultRegularFont...fonts var loadOptions = new aspose . slides . LoadOptions ( aspose...

    docs.aspose.com/slides/nodejs-java/default-font/
  10. 在加载文件时自动调整行高(C++)|Documentation

    了解如何使用 Aspose.Cells 与 C++ 自动适应未使用自定义高度的行。...Cells 程序自动匹配行高,可以通过参数 LoadOptions.GetOnlyAuto() 实现。 请参考以下图...为其缓存行高仅为15。 如果在加载文件时将参数 LoadOptions.GetOnlyAuto() 设置为 true,Aspose...

    docs.aspose.com/cells/zh/cpp/autofit-row-height/