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

    Parameters

    value
    A value indicating whether the widow control for paragraph is enabled.
    Browser Compatibility
    56+
    45+
    11
    See Also