Table of Contents

Method FindDefault

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

FindDefault(StyleType)

Returns the default style of the given type (w:default="1"), or null.

public Style? FindDefault(StyleType type)

Parameters

type StyleType

The style kind.

Returns

Style

The default style, or null when none is marked default.