VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorJS type / getStyleNames Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getStyleNames Method
    In This Topic
    Returns the names of available styles.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings);
    
    var value; // Type: string[]
    value = instance.getStyleNames();
    
    
    function getStyleNames() : string[];
    

    Return Value

    The names of available styles.
    Browser Compatibility
    56+
    45+
    11
    See Also