Version

Search Results

BorderProperties Property (TableCellProperties)

Returns or sets an object which provides a way to customize the borders for the associated cell. Syntax Remarks Cell border properties are inherited from the table to which the cell belongs. This property provides a way to interrupt inheritance of table borders for a cell or group of cells. The instance returned f...

ColumnSpan Property

Returns or sets an integral value which determines the number of columns across which this cell spans. Syntax Remarks By default, a cell spans across only one column, typically having the same PreferredWidth as that column. The ColumnSpan property makes it possible to support horizontal cell merging, whereby one c...

Create Method (TableCellProperties)

Returns a new instance which is associated with the specified WordDocumentWriter. Syntax Parameters writer The associated WordDocumentWriter instance. Return Value A new TableCellProperties instance.

HasBorderProperties Property

Returns a boolean value indicating whether an object has been created for or assigned to the BorderProperties property. Syntax

PreferredWidth Property (TableCellProperties)

Returns or sets the preferred width of the associated table cell, expressed as an explicit linear quantity. Syntax Remarks This property is only applicable when the Layout property is set to Auto. The PreferredWidth property provides a way to explicitly define the width of the associated table cell. The value is c...

PreferredWidthAsPercentage Property (TableCellProperties)

Returns or sets the preferred width of the associated table cell, expressed as a percentage of the width of the containing table. Syntax Remarks This property is only applicable when the Layout property is set to Fixed. This value is considered preferred because a consumer may elect to override this value based on...

Reset Method (TableCellProperties)

Restores all property values for this instance to their respective defaults. Syntax

TextDirection Property

Returns or sets a value indicating the direction of text flow for text within the associated table cell. Syntax

VerticalMerge Property

Returns or sets a value indicating whether this cell should begin or continue a vertical merging run with adjacent cells. Syntax Remarks Similarly to how the ColumnSpan property supports horizontal cell merging, the VerticalMerge property can be used to start a vertical merging run, or continue an existing one. Wh...

TableCellTextDirection Enumeration

Constants which describe the direction of text flow for table cells. Syntax Members Member Description BottomToTopLeftToRight Specifies that text flows from bottom to top vertically, then from left to right horizontally on the page. Under this setting, vertical lines are filled before the text expands horizontally...