set_AfterAutoSpacing Method
In This Topic
Sets a value indicating whether the auto spacing is used after paragraph.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebDocumentParagraphSpacingPropertiesJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_AfterAutoSpacing(value);
function set_AfterAutoSpacing(
: boolean
) : any;
Parameters
- value
- A value indicating whether the auto spacing is used after paragraph.
Browser Compatibility
See Also