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