Click or drag to resize

UtilsEnsureStyle Method

Ensures the style existence.

Namespace: QsGemBox
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public static Style EnsureStyle(
	DocumentModel doc,
	string styleName,
	bool createIfMissing
)

Parameters

doc  DocumentModel
The document.
styleName  String
Name of the style.
createIfMissing  Boolean
if set to true [create if missing].

Return Value

Style
Style.
See Also