Interface IBaseStyle
Base style definition.
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public interface IBaseStyle : IBaseStyle, IStyle, IWordDocumentObjectProperty, IDocumentObjectProperty
Properties
InheritedStyle
The base style object this style inherits from.
Declaration
IBaseStyle InheritedStyle { get; }
Property Value
| Type | Description |
|---|---|
| IBaseStyle |
ParagraphStyle
The paragraph style to be applied by default.
Declaration
ParagraphStyle ParagraphStyle { get; }
Property Value
| Type | Description |
|---|---|
| ParagraphStyle |
TableCellStyle
The table cell style to be applied by default.
Declaration
TableCellStyle TableCellStyle { get; }
Property Value
| Type | Description |
|---|---|
| TableCellStyle |
TableStyle
The table style to be applied by default.
Declaration
TableStyle TableStyle { get; }
Property Value
| Type | Description |
|---|---|
| TableStyle |
TextStyle
The text style to be applied by default.
Declaration
TextStyle TextStyle { get; }
Property Value
| Type | Description |
|---|---|
| TextStyle |