Method FindDefault
FindDefault(StyleType)
Returns the default style of the given type (w:default="1"), or null.
public Style? FindDefault(StyleType type)
Parameters
typeStyleTypeThe style kind.
Returns
- Style
The default style, or null when none is marked default.