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(
: 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
See Also