Interface ITableStyle
Styling for tables.
Inherited Members
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public interface ITableStyle : ITableStyle, IDerivedStyle, IDerivedStyle, IStyle, IWordDocumentObjectProperty, IDocumentObjectProperty
Properties
Borders
The borders for the table.
Declaration
TableBorders Borders { get; }
Property Value
| Type | Description |
|---|---|
| TableBorders |
InheritedStyle
Inherited style for tables.
Declaration
ITableStyle InheritedStyle { get; }
Property Value
| Type | Description |
|---|---|
| ITableStyle |