Class StyleValues
Defines the StyleValues enumeration.
Inheritance
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class StyleValues : Enum
Declaring which kind of definition a style holds runs through StyleValues, which classifies a style by the element it formats. Paragraph styles cover block-level formatting such as alignment and spacing, Character styles cover inline run formatting such as bold and color, Table styles format whole tables, and Numbering styles drive list numbering. The style text guide works through applying styles to document content.
var kind = StyleValues.Paragraph;Fields
Character
Character Style
Declaration
public const StyleValues Character
Field Value
| Type | Description |
|---|---|
| StyleValues |
Numbering
Numbering Style.
Declaration
public const StyleValues Numbering
Field Value
| Type | Description |
|---|---|
| StyleValues |
Paragraph
Paragraph Style
Declaration
public const StyleValues Paragraph
Field Value
| Type | Description |
|---|---|
| StyleValues |
Table
Table Style.
Declaration
public const StyleValues Table
Field Value
| Type | Description |
|---|---|
| StyleValues |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |