Page Model
A C1PrintDocument page consists of three parts: Header, Footer and Body. Header and Footer represent the fixed top and bottom parts of a page, or the running titles. Each header and footer is represented by its own render object, which is a text render object by default but can be set to any other render object (including table).
The main portion of the page, not contained in the Header or Footer, is the Body. All block flow rendering occurs here, but direct rendering can go outside of this area. The Body of the page can be divided vertically into columns, with equal or different widths. The block flow output runs down along the first column, flows over to the next column, and so on.
|