VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiLabelElementJS type / set_HeaderIndex Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_HeaderIndex Method
    In This Topic
    Sets an index of header element that wraps label element.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiLabelElementJS(settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_HeaderIndex(value);
    
    
    function set_HeaderIndex(
    value
    An index of header element that wraps label element. Supported values: 0 - header element is not created; 1 - "H1" element wraps label element; ...; 6 - "H6" element wraps label element.
    : number
    ) : any;

    Parameters

    value
    An index of header element that wraps label element. Supported values: 0 - header element is not created; 1 - "H1" element wraps label element; ...; 6 - "H6" element wraps label element.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also