Word Break Writer <WordBreakWriter>

Synopsis

Insert a page or section break into a Microsoft Word document.

Mixins

WordBreakWriterModifier

Parameters

Name Type Description
Bookmark string Position the break using this bookmark.
BreakType name The type of break to insert; valid values are :Page, :SectionNextPage, :SectionContinuous, :SectionEvenPage, :SectionOddPage. The default is :Page.
outputSelf? boolean Should the text be displayed in the final document? Default is "true" .
Part any Position the text using this part .
Placement name Insert item :before or :after the identified location, or :replace it altogether; the default is :after.
style string Specifies a Microsoft Word style to apply to the break.

Group Rules

<locationFromPart> Establish the location for the break; the part must be an instance of a WordWriterMixin.

<locationFromBookmark> Establish the location for the break using a bookmark.