Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 16,022 for

table

(0.04 sec)
  1. Font FallBack Settings from XML in C++|Aspose.W...

    The Font fallback mechanism is used when the font is resolved, but it does not contain a specific character. In this case, Aspose.Words tries to use one of the fallback fonts for the character....get_FallbackSettings (); Similarly to Table substitution rule , this mechanism...uses XML tables for configuration. These XML tables can be loaded...

    docs.aspose.com/words/cpp/font-fallback-setting...
  2. FieldToc.updatePageNumbers method | Aspose.Word...

    FieldToc.updatePageNumbers method. Updates the page numbers for items in this Table of contents....page numbers for items in this table of contents. updatePageNumbers...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Fields::FieldDatabase class | As...

    Aspose::Words::Fields::FieldDatabase class. Implements the DATABASE field. To learn more, visit the documentation article in C++....format are to be applied to the table. get_InsertHeadings () Gets...column headings in the resulting table. get_InsertOnceOnMailMerg ()...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Clean Up Before or During a Mail Merge Operatio...

    Apply different cleaning and removing options such as deleting merge fields before performing a Mail Merge operation or removing unused regions during a Mail Merge operation using Java....static fields Remove empty table rows You can consider a merge...data source containing no data tables that lead to unused regions...

    docs.aspose.com/words/java/clean-up-before-or-d...
  5. Edit Word, PDF In C++

    Edit DOCX, DOC, PDF and a variety of other file formats in C++....Edit text in PDF, Word, modify tables, insert graphs using external...elements: paragraphs, lists, tables, images, links, fields, charts...

    products.aspose.com/words/cpp/edit/
  6. Edit Word, PDF In C#

    Edit DOCX, DOC, PDF and a variety of other file formats in C#....Edit text in PDF, Word, modify tables, insert graphs using external...elements: paragraphs, lists, tables, images, links, fields, charts...

    products.aspose.com/words/net/edit/
  7. 管理表格|Aspose.Slides for Python 文档

    在 Python 中创建和管理 PowerPoint 演示中的表格...Slides 提供了 Table 类, ITable 接口, Cell 类, ICell...数组。 定义一个 rowHeight 数组。 通过 add_table(x, y, column_widths, row_heights)...

    docs.aspose.com/slides/zh/python-net/manage-table/
  8. Aspose::Words::Fonts::TableSubstitutionRule::Lo...

    Aspose::Words::Fonts::TableSubstitutionRule::LoadAndroidSettings method. Loads predefined Table substitution settings for Android platform in C++....gs method Loads predefined table substitution settings for Android...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. 管理表格|Aspose.Slides 文档

    在 C++ 中创建和管理 PowerPoint 演示文稿中的表格...Slides 提供了 Table 类、 ITable 接口、 Cell 类、 ICell...将演示文稿保存到磁盘 pres -> Save ( u "table.pptx" , SaveFormat :: Pptx );...

    docs.aspose.com/slides/zh/cpp/manage-table/
  10. Aspose::Words::Node class | Aspose.Words for C+...

    Aspose::Words::Node class. Base class for all nodes of a Word document. To learn more, visit the documentation article in C++....MakeObject < Document > ( MyDir + u "Tables.docx" ); ASSERT_EQ ( 2 , doc...GetChildNodes ( NodeType :: Table , true ) -> get_Count ()); SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/node/