Method Find
Find(string?)
Looks up a style by id.
public Style? Find(string? styleId)
Parameters
styleIdstringThe style id; null returns null.
Returns
- Style
The style, or null if not defined.
Looks up a style by id.
public Style? Find(string? styleId)
styleId stringThe style id; null returns null.
The style, or null if not defined.