Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 20,554 for

loadoptions

(0.04 sec)
  1. DocSaveOptions.saveRoutingSlip property | Aspos...

    DocSaveOptions.saveRoutingSlip property. When ``false``, RoutingSlip data is not saved to output document...DocSaveOptions object in a LoadOptions object. expect (() => doc..." ); let loadOptions = new aw . Loading . LoadOptions ( "MyPassword"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TxtLoadOptions.detectHyperlinks property | Aspo...

    TxtLoadoptions.detectHyperlinks property. Specifies either to detect hyperlinks in text... let loadOptions = new aw . Loading . TxtLoadOptions...TxtLoadOptions (); loadOptions . detectHyperlinks = true ; let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 默认字体|Aspose.Slides for Python 文档

    PowerPoint 默认字体在 Python 中的使用...NET API 从外部目录加载字体: 创建 LoadOptions 的实例。 将 DefaultRegularFont...使用加载选项定义默认常规和亚洲字体 loadOptions = slides . LoadOptions ( slides . LoadFormat...

    docs.aspose.com/slides/zh/python-net/default-font/
  4. How to solve this error "The type initializer f...

    Hi sir I load dwg file using below sample code with latest dll. private void button1_Click(object sender, EventArgs e) { // load DWG in an instance of Image via its Load method using (var image = Aspose.CAD.Ima…...During Load : Utilize the LoadOptions class to check for any errors...further investigation. Use LoadOptions : Modify your loading code...

    forum.aspose.com/t/how-to-solve-this-error-the-...
  5. Manage Blob|Aspose.Slides Documentation

    Add blob to PowerPoint presentation in C++. Export blob. Add Image as blob...; auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> get_BlobManagementOption () -> set_PresentationLockingB...

    docs.aspose.com/slides/cpp/manage-blob/
  6. Open Presentation in JavaScript|Aspose.Slides f...

    Open or load Presentation PPT, PPTX, ODP in JavaScript...getPassword method (from the LoadOptions class) to decrypt the presentation...operation: var loadOptions = new aspose . slides . LoadOptions (); loadOptions...

    docs.aspose.com/slides/nodejs-java/open-present...
  7. Aspose.PSD for Java 23.11 - Release Notes|Docum...

    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....PsdLoadOptions loadOptions = new PsdLoadOptions (); loadOptions . setAllowWarpRepaint...setAllowWarpRepaint ( true ); loadOptions . setLoadEffectsResour (...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  8. Support For Interruptable Library|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....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...
  9. Manage Blob|Aspose.Slides for Python Documentation

    Add blob to PowerPoint presentation in Python. Export blob. Add Image as blob...slides loadOptions = slides . LoadOptions () loadOptions . blo...BlobManagementOption () loadOptions . blob_management_options...

    docs.aspose.com/slides/python-net/manage-blob/
  10. Unlock PPTX Presentation Files using Java | pro...

    Java source code to remove protection from PPTX Presentation....using Java LoadOptions loadOptions = new LoadOptions (); loadOptions...Presentation ( "pres.pptx" , loadOptions ); try { presentation . ...

    products.aspose.com/slides/java/unlock/pptx/