VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentParagraphPropertiesJS type / set_KeepLines Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_KeepLines Method
    In This Topic
    Sets a value indicating whether the paragraph lines cannot be separated.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentParagraphPropertiesJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_KeepLines(value);
    
    
    function set_KeepLines(
    value
    A value indicating whether the paragraph lines cannot be separated.
    : boolean
    ) : any;

    Parameters

    value
    A value indicating whether the paragraph lines cannot be separated.
    Browser Compatibility
    56+
    45+
    11
    See Also