| UtilsFindStyleByName Method |
Finds thestyle providing the name.
Namespace: QsGemBoxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.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 DocumentModel
- The document.
- stylename String
- The styleName.
Return Value
StyleStyle.
See Also