Class BaseStyle
A style definition.
Inheritance
System.Object
BaseStyle
Implements
IronSoftware.Abstractions.Word.IBaseStyle
IronSoftware.Abstractions.Word.IStyle
IronSoftware.Abstractions.Word.IWordDocumentObjectProperty
IronSoftware.Abstractions.IDocumentObjectProperty
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class BaseStyle : Object, IBaseStyle, IBaseStyle, IStyle, IWordDocumentObjectProperty, IDocumentObjectProperty
Constructors
BaseStyle()
Declaration
public BaseStyle()
Properties
InheritedStyle
The base style object this style inherits from.
Declaration
public IBaseStyle InheritedStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| IBaseStyle |
IsDefaultStyle
Declaration
public bool IsDefaultStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
NextParagraphStyle
Declaration
public string NextParagraphStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ParagraphStyle
The paragraph style to be applied by default.
Declaration
public ParagraphStyle ParagraphStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| ParagraphStyle |
Status
Gets or sets the status of the Style, indicating whether it is new, updated, or deleted.
Declaration
public ElementStatus Status { get; }
Property Value
| Type | Description |
|---|---|
| IronSoftware.Abstractions.Word.ElementStatus |
StyleId
Declaration
public string StyleId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StyleName
Declaration
public string StyleName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StyleType
Declaration
public Nullable<StyleType> StyleType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<IronSoftware.Abstractions.Word.StyleType> |
TableCellStyle
The table cell style to be applied by default.
Declaration
public TableCellStyle TableCellStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| TableCellStyle |
TableStyle
The table style to be applied by default.
Declaration
public TableStyle TableStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| TableStyle |
TextStyle
The text style to be applied by default.
Declaration
public TextStyle TextStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| TextStyle |
Methods
SetNoChangeStatusAsUpdated()
Set the element status as updated if it was originally set as IronSoftware.Abstractions.Word.ElementStatus.NoChange.
Declaration
protected void SetNoChangeStatusAsUpdated()
Implements
IronSoftware.Abstractions.Word.IBaseStyle
IronSoftware.Abstractions.Word.IStyle
IronSoftware.Abstractions.Word.IWordDocumentObjectProperty
IronSoftware.Abstractions.IDocumentObjectProperty