Hello,
is it possible to put the header in multi-line.
thanks
footer and header in muti line
-
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
If you use RichViewActions and TRichViewEdit, RichViewActions can draw a single line plain text headers and footers.
However, there are different ways to make headers and footers. You can prepare them in separate editors and assign to TRVPrint using SetHeader and SetFooter methods. In this case, header may be not only multiline, it can be contain any document, with tables and images.
The example can be found in Demos\DelphiUnicode\Assorted\Printing\Headers\
Alternatively, you can consider using ScaleRichView. In TSRichViewEdit, you can edit main document and headers in the same component.
However, there are different ways to make headers and footers. You can prepare them in separate editors and assign to TRVPrint using SetHeader and SetFooter methods. In this case, header may be not only multiline, it can be contain any document, with tables and images.
The example can be found in Demos\DelphiUnicode\Assorted\Printing\Headers\
Alternatively, you can consider using ScaleRichView. In TSRichViewEdit, you can edit main document and headers in the same component.
-
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: