TRVDocParameters.TitlePage

<< Click to display table of contents >>

TRVDocParameters.TitlePage

Instructs to use a special header and footer on the first page.

property FacingPages: Boolean;

This property is not used by TRichView components, but it can be written and read from RVF (RichView Format), RTF (Rich Text Format) and DocX files. It also affects saving headers and footers in HTML files.

TRVPrint.AssignFromDocParameters assigns this property to TRVPrint.TitlePage.

In TRichViewEdit, you can change this property as an editing operation, see TRichViewEdit.SetIntPropertyEd.

Headers and footers are assigned to TRichView using SetHeader and SetFooter methods.

Default value:

False

See also:

FacingPages