| UtilsGetStyleNames Method |
Gets the style names.
Namespace:
QsGemBox
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.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
- Type: DocumentModel
The document.
Return Value
Type:
StringSystem.String[].
See Also