Table of Contents

Enum StyleType

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

The kind of a style definition (ECMA-376 Part 1 §17.18.83 ST_StyleType).

public enum StyleType

Fields

Paragraph = 0

A paragraph style (w:type "paragraph").

Character = 1

A character style (w:type "character").

Table = 2

A table style (w:type "table").

Numbering = 3

A numbering style (w:type "numbering").