| UtilsEnsureStyle Method |
Ensures the style existence.
Namespace:
QsGemBox
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public static Style EnsureStyle(
DocumentModel doc,
string styleName,
bool createIfMissing
)
Public Shared Function EnsureStyle (
doc As DocumentModel,
styleName As String,
createIfMissing As Boolean
) As Style
public:
static Style^ EnsureStyle(
DocumentModel^ doc,
String^ styleName,
bool createIfMissing
)
static member EnsureStyle :
doc : DocumentModel *
styleName : string *
createIfMissing : bool -> Style
Parameters
- doc
- Type: DocumentModel
The document. - styleName
- Type: SystemString
Name of the style. - createIfMissing
- Type: SystemBoolean
if set to true [create if missing].
Return Value
Type:
StyleStyle.
See Also