Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 22,512 for

loadoptions

(0.14 sec)
  1. 用 C++ 过滤从模板文件加载工作簿时的数据类型|Documentation

    学习如何在使用 Aspose.Cells 与 C++ 加载模板文件时,过滤特定的数据类型。...请使用 LoadOptions.GetLoadFilter() 属性实现此功能。...的内容,并且解释了红色和黄色背景中的数据将不会被加载,因为 LoadOptions.GetLoadFilter() 属性已设置为 LoadDataFilterOption...

    docs.aspose.com/cells/zh/cpp/filtering-the-kind...
  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. Public API Changes in Aspose.Cells 8.8.3|Docume...

    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.... XLSX ); Added LoadOptions.setPaperSize Method Aspose...using the newly exposed LoadOptions.setPaperSize method as demonstrated...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. Aspose::Words::ParagraphFormat::get_Bidi method...

    Aspose::Words::ParagraphFormat::get_Bidi method. Gets or sets whether this is a right-to-left paragraph in C++.... auto loadOptions = System :: MakeObject <...will store its direction. loadOptions -> set_DocumentDirection...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. How to Convert XLS to XLSX in Python

    This short tutorial provides crisp information about how to convert XLS to XLSX in Python. While converting XLS to XLSX Python code requires just loading and saving the file in the desired format....convert XLS to XLSX Create a LoadOptions class object to apply filter...the desired filters in the LoadOptions object Save the output file...

    kb.aspose.com/cells/python/how-to-convert-xls-t...
  6. Aspose.PSD for Java 25.2 - Release Notes|Docume...

    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....; var loadOptions = new PsdLoadOptions (); loadOptions . setLoadEffectsResour...Image . load ( inputFile , loadOptions )) { var layerEffect = (...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  7. LoadOptions.update_dirty_fields property | Aspo...

    Loadoptions.update_dirty_fields property. Specifies whether to update the fields with the ``dirty`` attribute....update_dirty_fields property LoadOptions.update_dirty_fields property...SaveFormat . DOCX ) # The LoadOptions object has an option to update...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 导入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-...
  9. Page Margin Problem - Free Support Forum - aspo...

    Why does Aspose.Words retrieve different page margins for the same document when loaded in Windows versus Linux environments?...document using: LoadOptions loadOptions = new LoadOptions(); loadOptions...new Document("input.docx", loadOptions); Melancholy June 26, 2025...

    forum.aspose.com/t/page-margin-problem/314423
  10. LoadOptions.convert_shape_to_office_math proper...

    Loadoptions.convert_shape_to_office_math property. Gets or sets whether to convert shapes with EquationXML to Office Math objects....convert_shape_to_office_math property LoadOptions.convert_shape_to_office_math...load_options = aw . loading . LoadOptions () # Use this flag to specify...

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