Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 22,507 for

loadoptions

(0.08 sec)
  1. 在 Java 中将 Word 转换为 Excel

    请参考本文了解如何在 Java 中将 Word 转换为 Excel。文章包括如何设置 IDE 的详细信息、操作步骤以及用于开发 Word 到 Excel 转换器的示例代码。...您将学习如何使用 LoadOptions 和 SaveFormat 设置输入和输出的文件格式。...配置环境以实现 DOCX 到 XLSX 的转换 创建 LoadOptions 对象以定义输入文件格式 使用 LoadFormat...

    kb.aspose.com/zh/words/java/conversion-from-wor...
  2. Ինչպես փոխարկել PowerPoint-ը Word-ի C#-ում

    Այս կարճ ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել PowerPoint-ը Word-ի C#-ով: Այն կիսում է բոլոր անհրաժեշտ քայլերը, ռեսուրսները և գործարկվող օրինակելի կոդը՝ PowerPoint-ը Word-ի C#-ով փոխակերպելու համար միայն API-ի մի քանի զանգերի օգնությամբ:...հիշողության հոսքի մեջ Ստեղծեք LoadOptions դասի օբյեկտ՝ HTML հոսքի բեռնումը...դուք կարող եք օգտագործել LoadOptions օբյեկտը Aspose.Slides գրադարանից՝...

    kb.aspose.com/hy/slides/net/how-to-convert-powe...
  3. Secure Presentations with Passwords in C++|Aspo...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for C++. Secure your presentations....presentation: auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> set_Password ( u "123123" ); System :: SharedPtr...

    docs.aspose.com/slides/cpp/password-protected-p...
  4. IDocumentReaderPlugin class | Aspose.Words for ...

    Aspose.Words.IDocumentReaderPlugin class. Defines an interface for external reader plugins that can read a file into a document....Name Description read(src, loadOptions, document) Reads the data...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose.PSD for .NET 19.11 - 发行说明|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....psd" ; var loadOptions = new PsdLoadOptions () {...Image . Load ( sourceFile , loadOptions )) { var layer = image ....

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  6. Read Numbers Spreadsheet Developed by Apple Inc...

    Learn how to read Numbers spreadsheets developed by Apple Inc. using Aspose.Cells for Node.js via C++.... You need to use the LoadOptions class and specify LoadFormat...opts = new AsposeCells . LoadOptions ( AsposeCells . LoadFormat...

    docs.aspose.com/cells/nodejs-cpp/read-numbers-s...
  7. Aspose::Words::Loading::TxtLoadOptions::get_Det...

    Aspose::Words::Loading::TxtLoadoptions::get_DetectNumberingWithWhitespaces method. Allows to specify how numbered list items are recognized when document is imported from plain text format. The default value is true in C++.... auto loadOptions = System :: MakeObject <...with whitespace delimiters. loadOptions -> set_DetectNumberingWithW...

    reference.aspose.com/words/cpp/aspose.words.loa...
  8. Aspose::Words::LowCode::Processor class | Aspos...

    Aspose::Words::LowCode::Processor class. Processor class for performing different document processing actions in C++....System::SharedPtr<Aspose::Words::Loading::LoadOptions>&) Specifies input document...System::SharedPtr<Aspose::Words::Loading::LoadOptions>&) Specifies input document...

    reference.aspose.com/words/cpp/aspose.words.low...
  9. Web App Security When Loading Resources|Aspose....

    Load remote resources, that can be a reason of security risks. Take a look at common security issues and their solutions in Java....Exception { LoadOptions disableExternalImage = new LoadOptions (); ...Exception { LoadOptions disableRemoteResourc = new LoadOptions (); ...

    docs.aspose.com/words/java/web-applications-sec...
  10. 用 C++ 加密和解密Excel文件|Documentation

    如何使用 C++ 加密和解密Excel文件。锁定和解锁Excel文件。...set password LoadOptions loadOptions ; loadOptions . SetPassword...workbook ( u "Book1.xlsx" , loadOptions ); // Remove password protection...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...