| UtilsGetStyleNames Method |
Gets the style names.
Namespace: QsGemBoxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax public static string[] GetStyleNames(
DocumentModel doc
)
Public Shared Function GetStyleNames (
doc As DocumentModel
) As String()
public:
static array<String^>^ GetStyleNames(
DocumentModel^ doc
)
static member GetStyleNames :
doc : DocumentModel -> string[]
Parameters
- doc DocumentModel
- The document.
Return Value
StringSystem.String[].
See Also