VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentParagraphPropertiesJS type / set_NumberingLevel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_NumberingLevel Method
    In This Topic
    Sets the paragraph numbering level.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentParagraphPropertiesJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_NumberingLevel(value);
    
    
    function set_NumberingLevel(
    value
    The paragraph numbering level.
    : number
    ) : any;

    Parameters

    value
    The paragraph numbering level.
    Browser Compatibility
    56+
    45+
    11
    See Also