Version

Search Results

TableCellVerticalAlignment Enumeration

Constants which describe the vertical alignment for a table cell. Syntax Members Member Description Bottom Specifies that the text is vertically aligned with the bottom of the cell. Center Specifies that the text is vertically aligned with the center of the cell. Default The actual value is determined at a higher ...

TableCellVerticalMerge Enumeration

Constants which describe the manner in which a TableCell is vertically merged with adjacent cells. Syntax Members Member Description Continue Continues a previously defined vertical merging run. If no cells above the associated cell belong to a vertical merging run, this setting has no effect. None No vertical mer...

TableLayout Enumeration

Constants which define the possible types of layout algorithms which are applied when determining the size and position of table cells. Syntax Members Member Description Auto The preferred widths of the table items are used to generate the final sizing of the table, but the contents of each cell determines the fin...

TableProperties Class

Encapsulates the properties of a table which can be applied to a specific table.Encapsulates the properties of a table which can be applied to a specific table. Syntax

TablePropertiesBase Class

Encapsulates the properties of a table which can be applied globally to all tables in a document. Syntax

TablePropertiesBase Class Members

Public Properties Public Methods

BorderProperties Property (TablePropertiesBase)

Returns an object which provides a way to customize borders for the cells in the associated table. Syntax Remarks The properties of the instance returned from this property are also inherited by the cells which appear within the associated table. For example, if the border style is set to Dotted on this instance, ...

CellSpacing Property (TablePropertiesBase)

Returns or sets a value which determines the amount of spacing applied between adjacent cells and the table borders. Syntax Remarks The unit of measurement used to express the property value is defined by the Unit property of the associated WordDocumentWriter.