IdxRichEditTableBorders Members
Exposes internal and external table borders in a document.Properties
| Name | Description |
|---|---|
| Bottom | Provides access to the appearance settings of the external bottom table border. |
| InsideHorizontalBorder | Provides access to the appearance settings of all internal horizontal table borders. |
| InsideVerticalBorder | Provides access to the appearance settings of all internal vertical table borders. |
| Left | Provides access to the appearance settings of the external left table border. |
| Right | Provides access to the appearance settings of the external right table border. |
| Top | Provides access to the appearance settings of the external top table border. |
Methods
| Name | Description |
|---|---|
| GetBottom | Returns the appearance settings of the external bottom table border. |
| GetInsideHorizontalBorder | Returns the appearance settings of all internal horizontal table borders. |
| GetInsideVerticalBorder | Returns the appearance settings of all internal vertical table borders. |
| GetLeft | Returns the appearance settings of the external left table border. |
| GetRight | Returns the appearance settings of the external right table border. |
| GetTop | Returns the appearance settings of the external top table border. |
See Also