VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentParagraphPropertiesJS type / get_ContextualSpacing Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ContextualSpacing Method
    In This Topic
    Gets a value indicating whether to ignore indents between paragraphs when paragraph styles match.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentParagraphPropertiesJS();
    
    var value; // Type: boolean
    value = instance.get_ContextualSpacing();
    
    
    function get_ContextualSpacing() : boolean;
    

    Return Value

    A value indicating whether to ignore indents between paragraphs when paragraph styles match.
    Browser Compatibility
    56+
    45+
    11
    See Also