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

    Parameters

    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