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

    Return Value

    The line spacing for paragraph.
    Remarks

    This property defines the scale for line spacing for paragraph if LineSpacingRule==0.
    This property defines the exact value of line spacing for paragraph if LineSpacingRule==1.
    This property defines the at least value of line spacing for paragraph if LineSpacingRule==2.

    Browser Compatibility
    56+
    45+
    11
    See Also