Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 22,659 for

loadoptions

(0.82 sec)
  1. 用JavaScript通过C++对ODS文件进行加密与解密|Documentation

    使用C++的Aspose.Cells for JavaScript对ODS文件进行密码保护和加密。...JavaScript解密ODS文件 要解密ODS文件,请在 LoadOptions.password 中提供密码后加载文件。一旦加载完成,将...Workbook , SaveFormat , LoadOptions , LoadFormat , Utils } =...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  2. Encrypt and Decrypt Excel files with C++|Docume...

    How to encrypt and decrypt Excel files using C++. Lock and unlock Excel files....set password LoadOptions loadOptions ; loadOptions . SetPassword...workbook ( u "Book1.xlsx" , loadOptions ); // Remove password protection...

    docs.aspose.com/cells/cpp/encrypt-and-decrypt-e...
  3. LoadOptions.use_system_lcid property | Aspose.W...

    Loadoptions.use_system_lcid property. Gets or sets whether to use LCID value obtained from Windows registry to determine page setup default margins....use_system_lcid property LoadOptions.use_system_lcid property...words.loading class LoadOptions LoadOptions.update_dirty_fields...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose.PSD for Python 通过 .NET 的 24.6 版 - 发行说明|D...

    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....png" loadOpt = PsdLoadOptions () loadOpt . allow_warp_repaint...allow_warp_repaint = True loadOpt . load_effects_resource = True pngOpt...

    docs.aspose.com/psd/zh/python-net/aspose-psd-fo...
  5. Customize PowerPoint Fonts in PHP|Aspose.Slides...

    Customize fonts in PowerPoint slides with Aspose.Slides for PHP via Java to keep your presentations sharp and consistent across any device....(); } $loadOptions = new LoadOptions (); $loadOptions -> getDocumentLevelFont..."assets/fonts" , "global/fonts" )); $loadOptions -> getDocumentLevelFont ()...

    docs.aspose.com/slides/php-java/custom-font/
  6. Specify Load Options in Node.js|Aspose.Words fo...

    More accurately control the load process using Node.js....Words provides you with the LoadOptions class, which allows more...working with options of the LoadOptions class. Set Microsoft Word...

    docs.aspose.com/words/nodejs-net/specify-load-o...
  7. Heap error during CDR to Pdf convertion - Free ...

    type or paste code here This is my Java code to convert CDR file into PDF file this throw heap error package Activation; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import java…...limit*/); // otherwise use LoadOptions.setBufferHint(300); for each...this way LoadOptions loadOptions = new LoadOptions(); loadOptions...

    forum.aspose.com/t/heap-error-during-cdr-to-pdf...
  8. 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...
  9. OdtSaveOptions.password property | Aspose.Words...

    OdtSaveOptions.password property. Gets or sets a password to encrypt document....we will have to provide a LoadOptions object with the correct password...load_options = aw . loading . LoadOptions ( password = '@sposeEncrypted_1145'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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...