Utils.GetStyleNames Method

QsInformatica.Utils

UtilsGetStyleNames Method

Gets the style names.

Namespace:  QsGemBox
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.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: String
System.String[].
See Also