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

    Return Value

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