Table of Contents

Constructor Style

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Style(string, StyleType)

Initializes a style.

public Style(string styleId, StyleType type)

Parameters

styleId string

The unique style id (w:styleId).

type StyleType

The style kind.

Exceptions

ArgumentNullException

styleId is null.