Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 22,506 for

loadoptions

(0.15 sec)
  1. Aspose::Words::Loading::BlockImportMode enum | ...

    Aspose::Words::Loading::BlockImportMode enum. Specifies how properties of block-level elements are imported from HTML-based documents in C++....GetBytes ( html )); auto loadOptions = System :: MakeObject <...HTML block-level elements. loadOptions -> set_BlockImportMode (...

    reference.aspose.com/words/cpp/aspose.words.loa...
  2. 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...
  3. 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...
  4. 通过C++用JavaScript打开文件的不同方法|Documentation

    本文介绍如何使用Aspose.Cells for JavaScript通过C++ API打开Excel文件...如何只打开具有数据的文件 若只需要加载含数据的文件,可使用 LoadOptions 和 LoadFilter 类设置相关属性和选项,从而加载模板文件。...> < title > Aspose.Cells LoadOptions Example </ title > </ head...

    docs.aspose.com/cells/zh/javascript-cpp/differe...
  5. ReportBuilder | Aspose.Words for Java

    Provides methods intended to fill template with data using LINQ Reporting Engine in Java....from(InputStream input, LoadOptions loadOptions) Specifies input document...from(String input, LoadOptions loadOptions) Specifies input document...

    reference.aspose.com/words/java/com.aspose.word...
  6. 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...
  7. Merger.create method | Aspose.Words for Python

    aspose.words.lowcode.Merger.create method... LoadOptions () first_load_options . ignore_ole_data...second_load_options = aw . loading . LoadOptions () second_load_options ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to Convert TSV to Excel in Python

    This quick tutorial describes the process how to convert TSV to Excel in Python. It provides Python environment configuration, programming steps and a runnable sample code that can be used to write TSV to Excel converter in Python....import directive Create LoadOptions class to set the TSV load...specified properties in the LoadOptions object Save the resultant...

    kb.aspose.com/cells/python/how-to-convert-tsv-t...
  9. 用JavaScript通过C++从模板文件加载工作簿时筛选数据类型|Documentation

    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....请使用 LoadOptions.loadFilter 属性实现此目的。 以下示例...。下图显示了 模板文件 的内容,并说明因为设置了 LoadOptions.loadFilter 属性为 Shape ,所以红色和黄色背景的数据不会被加载。...

    docs.aspose.com/cells/zh/javascript-cpp/filteri...
  10. 在Java中自定义PowerPoint字体|Aspose.Slides 文档

    Java中的PowerPoint自定义字体...ttf" ); LoadOptions loadOptions = new LoadOptions (); loadOptions..."assets/fonts" , "global/fonts" }); loadOptions . getDocumentLevelFont ()...

    docs.aspose.com/slides/zh/androidjava/custom-font/