|
TCustomRichView.PageBreaksBeforeItems |
Top Previous Next |
|
Specifies if the Index-th item must start a new page when printing property PageBreaksBeforeItems[Index: Integer]: Boolean (Introduced in version 1.2) Set PageBreaksBeforeItems[ItemNo] to True if you want the ItemNo-th item to start a new page. This assignment forces the item to start a new paragraph. If PageBreaksBeforeItems[ItemNo]=True, a text flow for this item is cleared for both left and right side, i.e. such item is placed as if ClearLeft[ItemNo] and ClearRight[ItemNo] = True. Because of this, assignment to this property requires reformatting. RichView never prints blank pages. So, for example, PageBreaksBeforeItems[0] has no effect (because it will start a new page in any case). Editor has additional methods for working with explicit page breaks. See also: ▪Options (rvoShowPageBreaks). See also methods: See also properties and events of TRVStyle: See also methods of TRichViewEdit: |