| << Click to display table of contents >> TSRVViewProperty.Texts | 
A list of text strings displayed in TSRichViewEdit.
type
  TSRVTexts = class(TPersistent)
property Texts: TSRVTexts;
TSRVTexts has the properties listed in the table below.
| Property | Meaning | Default Value | Related Properties of TSRVViewProperty | 
| NormalPageHeader | Title for the normal header, if PageProperty.FacingPages=False | 'Header' | HeaderTitleFont, HeaderTitleColor, HeaderPen.Color | 
| NormalPageFooter | Title for the normal footer, if FacingPages=False | 'Footer' | FooterTitleFont, FooterTitleColor, FooterPen.Color | 
| FirstPageHeader | Title for the first page header | 'First Page Header' | HeaderTitleFont, HeaderTitleColor, HeaderPen.Color | 
| FirstPageFooter | Title for the first page footer | 'First Page Footer' | FooterTitleFont, FooterTitleColor, FooterPen.Color | 
| EvenPageHeader | Title for the even pages header | 'Even Page Header' | HeaderTitleFont, HeaderTitleColor, HeaderPen.Color | 
| EvenPageFooter | Title for the even pages footer | 'Even Page Footer' | FooterTitleFont, FooterTitleColor, FooterPen.Color | 
| OddPageHeader | Title for the normal header, if FacingPages=True | 'Odd Page Header' | HeaderTitleFont, HeaderTitleColor, HeaderPen.Color | 
| OddPageFooter | Title for the normal footer, if FacingPages=True | 'Odd Page Footer' | FooterTitleFont, FooterTitleColor, FooterPen.Color | 
| MainDocument | Title for the main document | '' | MainTitleFont, MainTitleColor, MainPen.Color | 
These strings are used to draw labels when editing a header, a footer, or a main document. If a string is empty, the corresponding label is not displayed.