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

    Parameters

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