| UtilsFindStyleByName Method |
Finds thestyle providing the name.
Namespace:
QsGemBox
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public static Style FindStyleByName(
DocumentModel doc,
string stylename
)
Public Shared Function FindStyleByName (
doc As DocumentModel,
stylename As String
) As Style
public:
static Style^ FindStyleByName(
DocumentModel^ doc,
String^ stylename
)
static member FindStyleByName :
doc : DocumentModel *
stylename : string -> Style
Parameters
- doc
- Type: DocumentModel
The document. - stylename
- Type: SystemString
The styleName.
Return Value
Type:
StyleStyle.
See Also