set_PageBreakBefore Method
In This Topic
Sets a value indicating whether the page break must be added before paragraph.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebDocumentParagraphPropertiesJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_PageBreakBefore(value);
function set_PageBreakBefore(
: boolean
) : any;
Parameters
- value
- A value indicating whether the page break must be added before paragraph.
Browser Compatibility
See Also