Interface IDerivedStyle
Styles that derive from a base style.
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public interface IDerivedStyle : IDerivedStyle, IStyle, IWordDocumentObjectProperty, IDocumentObjectProperty
Properties
BaseStyle
The original base style definition a style is based off of.
Declaration
IBaseStyle BaseStyle { get; }
Property Value
| Type | Description |
|---|---|
| IBaseStyle |