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

    Parameters

    value
    An instance of WebTextStrikeoutTypeEnumJS type.
    Browser Compatibility
    56+
    45+
    11
    See Also