Table of Contents

Method Find

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Find(string?)

Looks up a style by id.

public Style? Find(string? styleId)

Parameters

styleId string

The style id; null returns null.

Returns

Style

The style, or null if not defined.