Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 20,205 for

loadoptions

(0.03 sec)
  1. DocSaveOptions.saveFormat property | Aspose.Wor...

    DocSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...DocSaveOptions object in a LoadOptions object. expect (() => doc..." ); let loadOptions = new aw . Loading . LoadOptions ( "MyPassword"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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...
  3. Aspose::Words::IDocumentReaderPlugin::Read meth...

    Aspose::Words::IDocumentReaderPlugin::Read method. Reads the data from the specified stream into the Document instance in C++....Words :: Loading :: LoadOptions > loadOptions , System :: SharedPtr...read the document from. loadOptions System::SharedPtr<Aspose...

    reference.aspose.com/words/cpp/aspose.words/ido...
  4. 默认字体|Aspose.Slides for Python 文档

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

    docs.aspose.com/slides/zh/python-net/default-font/
  5. DocSaveOptions.SaveRoutingSlip | Aspose.Words f...

    Discover the DocSaveOptions SaveRoutingSlip property. Control RoutingSlip data saving for your documents. Enhance output customization easily!...DocSaveOptions object in a LoadOptions object. Assert . Throws <...doc" )); LoadOptions loadOptions = new LoadOptions ( "MyPassword"...

    reference.aspose.com/words/net/aspose.words.sav...
  6. 默认字体 - PowerPoint C# API|Aspose.Slides 文档

    PowerPoint C# API 允许您设置渲染演示文稿到 PDF、XPS 或缩略图的默认字体...NET API 从外部目录加载字体: 创建 LoadOptions 的实例。 将 DefaultRegularFont...使用加载选项指定默认常规和亚洲字体 LoadOptions loadOptions = new LoadOptions ( LoadFormat...

    docs.aspose.com/slides/zh/net/default-font/
  7. Extend and Contribute to CRM Quote Generator|As...

    How to defined a custom workflow using Aspose.Words to convert HTML to word and Attach Generated Quotation with Quote in C#....InnerText ); LoadOptions loadOptions = new LoadOptions (); loadOptions...new Document ( stream , loadOptions ); MemoryStream memStream...

    docs.aspose.com/words/net/extend-and-contribute...
  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. 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/
  10. Different Ways to Open Files with Node.js via C...

    This article explains how to open an Excel file using Aspose.Cells for Node.js via C++ API....with data only, use the LoadOptions and LoadFilter classes to...discarded // Instantiate LoadOptions specified by the LoadFormat...

    docs.aspose.com/cells/nodejs-cpp/different-ways...