Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 20,205 for

loadoptions

(0.03 sec)
  1. Unlock ODP Presentation Files using .NET | prod...

    C# source code to remove protection from ODP Presentation....using C# LoadOptions loadOptions = new LoadOptions {Password...Presentation( "pres.odp" , loadOptions)) { presentation.ProtectionManager...

    products.aspose.com/slides/net/unlock/odp/
  2. Unlock PPTX Presentation Files using C++ | prod...

    C++ source code to remove protection from PPTX Presentation....C++ auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> set_Password( u "123123" ); auto presentation...

    products.aspose.com/slides/cpp/unlock/pptx/
  3. Unlock ODP Presentation Files using C++ | produ...

    C++ source code to remove protection from ODP Presentation....C++ auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> set_Password( u "123123" ); auto presentation...

    products.aspose.com/slides/cpp/unlock/odp/
  4. Aspose::Words::Saving::DocSaveOptions::get_Save...

    Aspose::Words::Saving::DocSaveOptions::get_SaveFormat method. Specifies the format in which the document will be saved if this save options object is used. Can be Doc or Dot in C++....DocSaveOptions object in a LoadOptions object. ASSERT_THROW ( doc...IncorrectPasswordExc ); auto loadOptions = MakeObject < LoadOptions > ( u "MyPassword"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Load Specific Worksheets in a Workbook with C++...

    Learn how to load specific worksheets in a workbook using Aspose.Cells with C++ to improve performance and reduce memory usage....specified worksheet only LoadOptions loadOptions ( LoadFormat :: Xlsx...Xlsx ); loadOptions . SetLoadFilter ( new CustomLoad ()); // Create...

    docs.aspose.com/cells/cpp/load-specific-workshe...
  6. 打开演示文稿 - C++ PowerPoint API|Aspose.Slides 文档

    在 C++ 中打开或加载演示文稿 PPT, PPTX, ODP...通过 get_Password() 属性(来自 LoadOptions 类)传递密码,以解密演示文稿并加载它。以下 C++...System :: SharedPtr < LoadOptions > loadOptions = System :: MakeObject...

    docs.aspose.com/slides/zh/cpp/open-presentation/
  7. CsvDataSource Class | Aspose.Words for .NET

    Access and utilize CSV data effortlessly with Aspose.Words.Reporting.CsvDataSource. Enhance your reports with seamless data integration!...docx" ); CsvDataLoadOptions loadOptions = new CsvDataLoadOptions...true ); loadOptions . Delimiter = ';' ; loadOptions . CommentChar...

    reference.aspose.com/words/net/aspose.words.rep...
  8. Aspose::Words::Saving::DocSaveOptions::DocSaveO...

    Aspose::Words::Saving::DocSaveOptions::DocSaveOptions constructor. Initializes a new instance of this class that can be used to save a document in the Doc format in C++....DocSaveOptions object in a LoadOptions object. ASSERT_THROW ( doc...IncorrectPasswordExc ); auto loadOptions = MakeObject < LoadOptions > ( u "MyPassword"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. HtmlLoadOptions.BlockImportMode | Aspose.Words ...

    Discover HtmlLoadoptions' BlockImportMode property to customize block-level element imports. Control merging for optimal content management!...html )); HtmlLoadOptions loadOptions = new HtmlLoadOptions ();...HTML block-level elements. loadOptions . BlockImportMode = blockImportMode...

    reference.aspose.com/words/net/aspose.words.loa...
  10. 管理 BLOB|Aspose.Slides 文档

    使用 Java 在 PowerPoint 演示文稿中管理 BLOB。使用 BLOB 来减少 PowerPoint 演示文稿中的内存消耗。通过 BLOB 将大文件添加到 PowerPoint 演示文稿中。通过 BLOB 从 PowerPoint 演示文稿中导出大文件。使用 Java 将大 PowerPoint 演示文稿加载为 BLOB。...pptx" ; LoadOptions loadOptions = new LoadOptions (); // 锁定源文件,并且不加载到内存中...锁定源文件,并且不加载到内存中 loadOptions . getBlobManagementOpt (). setPresentationLocki...

    docs.aspose.com/slides/zh/androidjava/manage-blob/