ReadOnlyTableCellBorderProperties Properties
Represents the table cell border properties accessed by the DocumentIterator.| Name | Description |
|---|---|
| BottomPadding | Gets the amount of space below the contents of the cell related to a current table cell border. |
| ColumnSpan | Gets the number of columns that the cell related to a current table cell border spans. |
| Height | Gets the height of a current table cell border. |
| HeightType | Gets the meaning of the height applied to a current table cell border. |
| IsFirstInRow | Gets whether the current table cell border is the first in a table row. |
| IsFirstInTable | Gets whether the current table cell border is the first in the entire table. |
| IsHidden | Gets whether the current table cell border is hidden. |
| IsLastInRow | Gets whether the current table cell border is the last in a table row. |
| IsLastInTable | Gets whether the current table cell border is the last in the entire table. |
| LeftPadding | Gets the amount of space to the left of the contents of the cell related to the current table cell border. |
| Length | Gets the length of the current table cell border. |
| Position | Gets the position of the current table cell border within the document. |
| PreferredWidth | Gets the numerical value of the preferred width of a cell related to the current table cell border. |
| PreferredWidthType | Gets how RichEditControl interprets the width specified for the cell related to the current table cell border. |
| RightPadding | Gets the amount of space to the right of the contents of the cell related to the current table cell border. |
| TextDirection | Gets the text direction within the cell related to the current table cell border. |
| TopPadding | Gets the amount of space above the contents of the cell related to the current table cell border. |
| VerticalAlignment | Gets the vertical alignment within the cell related to the current table cell border. |
See Also