Aspose.Words.Tables Namespace

The Aspose.Words.Tables namespace contains classes that represent tables, rows, cells and their formatting.

ExpandedClasses

  ClassDescription
Public classCode exampleCell
Represents a table cell.
Public classCode exampleCellCollection
Provides typed access to a collection of Cell nodes.
Public classCode exampleCellFormat
Represents all formatting for a table cell.
Public classCode examplePreferredWidth
Represents a value and its unit of measure that is used to specify the preferred width of a table or a cell.
Public classCode exampleRow
Represents a table row.
Public classCode exampleRowCollection
Provides typed access to a collection of Row nodes.
Public classCode exampleRowFormat
Represents all formatting for a table row.
Public classCode exampleTable
Represents a table in a Word document.
Public classCode exampleTableCollection
Provides typed access to a collection of Table nodes.

ExpandedEnumerations

  EnumerationDescription
Public enumerationCode exampleAutoFitBehavior
Determines how Aspose.Words resizes the table when you invoke the AutoFit(AutoFitBehavior) method.
Public enumerationCode exampleCellMerge
Specifies how a cell in a table is merged with other cells.
Public enumerationCode exampleCellVerticalAlignment
Specifies vertical justification of text inside a table cell.
Public enumerationCode examplePreferredWidthType
Specifies the unit of measurement for the preferred width of a table or cell.
Public enumerationCode exampleTableAlignment
Specifies alignment for an inline table.
Public enumerationCode exampleTableStyleOptions
Specifies how table style is applied to a table.
Public enumerationCode exampleTextWrapping
Specifies how text is wrapped around the table.