VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentParagraphIndentationPropertiesJS type / set_Hanging Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Hanging Method
    In This Topic
    Sets the size, in Device Independed Pixels (DIP), of the indentation that should be removed for the first line of a paragraph.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentParagraphIndentationPropertiesJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_Hanging(value);
    
    
    function set_Hanging(
    value
    The size, in Device Independed Pixels (DIP), of the indentation that should be removed for the first line of a paragraph.
    : number
    ) : any;

    Parameters

    value
    The size, in Device Independed Pixels (DIP), of the indentation that should be removed for the first line of a paragraph.
    Browser Compatibility
    56+
    45+
    11
    See Also