Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 20,142 for

table

(0.07 sec)
  1. Get the Cell Object by DisplayName of PivotFiel...

    Learn how to retrieve the cell object by the display name of a pivot field and apply formatting using Aspose.Cells for C++....code accesses the first pivot table of the worksheet and then retrieves...first data field of the pivot table. It then changes the fill color...

    docs.aspose.com/cells/cpp/get-the-cell-object-b...
  2. CellFormat class | Aspose.Words for Python

    aspose.words.Tables.CellFormat class. Represents all formatting for a Table cell...Represents all formatting for a table cell. To learn more, visit the...the Working with Tables documentation article. Properties Name...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldDatabaseDataTable Class | Aspose.Words for...

    Discover the Aspose.Words.Fields.FieldDatabaseDataTable class, your go-to solution for efficient FieldDatabase field results. Unlock seamless data integration today!...columns that belong to this table. Rows { get; } Gets rows that...that belong to this table. Methods Name Description static CreateFrom...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Aspose::Words::Node::get_NodeType method | Aspo...

    Aspose::Words::Node::get_NodeType method. Gets the type of this node in C++....Document > ( get_MyDir () + u "Tables.docx" ); ASSERT_EQ ( 2 , doc...Aspose :: Words :: NodeType :: Table , true ) -> get_Count ()); System...

    reference.aspose.com/words/cpp/aspose.words/nod...
  5. Aspose::Words::Notes::FootnoteSeparator::get_No...

    Aspose::Words::Notes::FootnoteSeparator::get_NodeType method. Gets the type of this node in C++....Document > ( get_MyDir () + u "Tables.docx" ); ASSERT_EQ ( 2 , doc...Aspose :: Words :: NodeType :: Table , true ) -> get_Count ()); System...

    reference.aspose.com/words/cpp/aspose.words.not...
  6. Aspose::Words::Fonts::TableSubstitutionRule::Sa...

    Aspose::Words::Fonts::TableSubstitutionRule::Save method. Saves the current Table substitution settings to stream in C++....) method Saves the current table substitution settings to stream...to access font substitution tables for Windows and Linux. auto...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. BorderCollection.right property | Aspose.Words ...

    BorderCollection.right property. Gets the right border....shading color while building a table. let doc = new aw . Document...DocumentBuilder ( doc ); // Start a table and set a default color/thickness...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. BorderCollection.top property | Aspose.Words fo...

    BorderCollection.top property. Gets the top border....shading color while building a table. let doc = new aw . Document...DocumentBuilder ( doc ); // Start a table and set a default color/thickness...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FontSubstitutionSettings.table_substitution pro...

    FontSubstitutionSettings.Table_substitution property. Settings related to Table substitution rule....table_substitution property FontSubstitutionSett.table_substitution...related to table substitution rule. @property def table_substitution...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 Python 管理演示文稿表格|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python(通过 .NET)在 PowerPoint 和 OpenDocument 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化您的表格工作流。...Slides 提供了 Table 类、 Cell 类以及其他相关类型,帮助您在任意演示文稿中创建、更新和管理表格。...通过索引获取幻灯片的引用。 定义列宽数组。 定义行高数组。 向幻灯片添加一个 Table 。 遍历每个 Cell 并设置其上、下、右、左边框。 合并表格第一行的前两个单元格。...

    docs.aspose.com/slides/zh/python-net/manage-table/