VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentParagraphPropertiesJS type / get_Indentation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Indentation Method
    In This Topic
    Gets the paragraph indentation.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentParagraphPropertiesJS();
    
    var value; // Type: Vintasoft.Imaging.Office.UI.WebDocumentParagraphIndentationPropertiesJS
    value = instance.get_Indentation();
    
    
    function get_Indentation() : WebDocumentParagraphIndentationPropertiesJS;
    

    Return Value

    The paragraph indentation.
    Browser Compatibility
    56+
    45+
    11
    See Also