Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 23,028 for

loadoptions

(0.23 sec)
  1. Aspose.PSD for .NET 25.10 - 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....png" ); var loadOptions = new PsdLoadOptions () {...Image . Load ( sourceFile , loadOptions )) { img . Save ( outputFile...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-1...
  2. Aspose::Words::IDocumentConverterPlugin interfa...

    Aspose::Words::IDocumentConverterPlugin interface. Defines an interface for external converter plugin in C++....System::SharedPtr<Aspose::Words::Loading::LoadOptions>, System::SharedPtr<System::IO::Stream>...System::SharedPtr<Aspose::Words::Loading::LoadOptions>, System::SharedPtr<Aspo...

    reference.aspose.com/words/cpp/aspose.words/ido...
  3. 导入HTML时避免大数字的指数表示法|Documentation

    学习如何在用编号Aspose.Cells for C++导入HTML时避免大数字的指数表示法。...c )); } HtmlLoadOptions loadOptions = HtmlLoadOptions ( LoadFormat...LoadFormat :: Html ); loadOptions . SetKeepPrecision ( true ); Vector...

    docs.aspose.com/cells/zh/cpp/avoid-exponential-...
  4. Nested Css in workbook - Free Support Forum - a...

    I'm trying to use the following code to create a workbook with different colors on each row. It doesn't seem to like the nested css I'm using. If I open this html in a web browser by itself, I'll see the 2 colors. When…...MemoryStream(data); var loadOptions = new LoadOptions(LoadFormat.Html);...wb = new Workbook(stream, loadOptions); shakeel.faiz March 18,...

    forum.aspose.com/t/nested-css-in-workbook/81124
  5. Field.IsDirty | Aspose.Words for .NET

    Manage the IsDirty property to ensure your field data stays accurate and up-to-date, enhancing document integrity and performance.... Docx ); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions (); options...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Avoid exponential notation of large numbers whi...

    Learn how to avoid exponential notation of large numbers while importing from HTML using Aspose.Cells for C++....c )); } HtmlLoadOptions loadOptions = HtmlLoadOptions ( LoadFormat...LoadFormat :: Html ); loadOptions . SetKeepPrecision ( true ); Vector...

    docs.aspose.com/cells/cpp/avoid-exponential-not...
  7. Load source Excel file without charts|Documenta...

    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.... Please use LoadOptions.LoadFilter property for this...load charts LoadOptions options = new LoadOptions (); options...

    docs.aspose.com/cells/java/load-source-excel-fi...
  8. Convert CSV to JSON with Node.js via C++|Docume...

    Convert CSV file to JSON using the easy-to-use Aspose.Cells for Node.js via C++ API....); const loadOptions = new AsposeCells . LoadOptions ( AsposeCells.... Workbook ( filePath , loadOptions ); const lastCell = workbook...

    docs.aspose.com/cells/nodejs-cpp/convert-csv-to...
  9. 使用 Node.js 通过 C++ 将 CSV 转换为 JSON|Documentation

    使用 Aspose.Cells for Node.js via C++ 简单易用的 API 将 CSV 文件转换为 JSON。...); const loadOptions = new AsposeCells . LoadOptions ( AsposeCells.... Workbook ( filePath , loadOptions ); const lastCell = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-csv...
  10. Processor.from_file method | Aspose.Words for P...

    aspose.words.lowcode.Processor.from_file method... LoadOptions ): ... Parameter Type Description...file name. load_options LoadOptions Optional load options used...

    reference.aspose.com/words/python-net/aspose.wo...