Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 22,512 for

loadoptions

(0.11 sec)
  1. 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...
  2. Aspose.PSD for .NET 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....shell up, shell down var loadOptions = new PsdLoadOptions () {...Load ( sourceFileFish , loadOptions )) { psdImage . Save ( outputFileFish...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-1...
  3. Specify Load Options in Python|Aspose.Words for...

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

    docs.aspose.com/words/python-net/specify-load-o...
  4. Aspose::Words::Loading::DocumentRecoveryMode en...

    Aspose::Words::Loading::DocumentRecoveryMode enum. Specifies the available recovery options when a document encounters errors during loading in C++.... auto loadOptions = System :: MakeObject <...Words :: Loading :: LoadOptions > (); loadOptions -> set_RecoveryMode...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. Aspose::Words::WarningInfoCollection::get_Count...

    Aspose::Words::WarningInfoCollection::get_Count method. Gets the number of elements contained in the collection in C++....WarningInfoCollectio > (); auto loadOptions = System :: MakeObject <...Words :: Loading :: LoadOptions > (); loadOptions -> set_WarningCallback...

    reference.aspose.com/words/cpp/aspose.words/war...
  6. Aspose::Words::WarningInfoCollection::idx_get m...

    Aspose::Words::WarningInfoCollection::idx_get method. Gets an item at the specified index in C++....WarningInfoCollectio > (); auto loadOptions = System :: MakeObject <...Words :: Loading :: LoadOptions > (); loadOptions -> set_WarningCallback...

    reference.aspose.com/words/cpp/aspose.words/war...
  7. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...steps: Load Options : Use LoadOptions to specify additional settings...with LoadOptions LoadOptions loadOptions = new LoadOptions(); Document...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  8. 通过C++使用JavaScript打开不同版本的Microsoft Excel文件|Docum...

    本文讲解了如何通过Aspose.Cells for JavaScript在C++中打开不同Excel版本的文件。...0 文件,请使用 LoadOptions ,并为要加载的模板文件的 LoadOptions 类设置相关属性。可以从以下链接下载测试示例文件:...Workbook , SaveFormat , LoadOptions , LoadFormat , Worksheet...

    docs.aspose.com/cells/zh/javascript-cpp/opening...
  9. 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...
  10. Unlock PPT Presentation Files using Java | prod...

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

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