| TXTextControl.ColumnDistance | | Sets the distance, in twips, between the columns on a page for the whole document or for a document's section. |
| TXTextControl.ColumnLineColor | | Returns or sets the color of a dividing line between two page columns, either for the whole document or for a certain section. The SectionCurrent property determines the part of the document. |
| TXTextControl.ColumnLineWidth | | Returns or sets the width, in twips, of a dividing line between two page columns, either for the whole document or for a certain section. The SectionCurrent property determines the part of the document. |
| TXTextControl.Columns | | Returns or sets the number of columns on a page for the whole document or for a document's section. |
| TXTextControl.ColumnWidthsAndDistances | | Returns or sets the number of columns on a page including its widths and distances for the whole document or for a document's section. |
| TXTextControl.PageBorderAttribute | | This property returns or sets page border attributes for the whole document or for a document's section. |
| TXTextControl.PageHeight | | Returns or sets the height of the page for the whole document or for a document's section. |
| TXTextControl.PageImage | | Returns an image of the specified page which can be used with the Picture property of a Form object, PictureBox control or Image control. |
| TXTextControl.PageMarginB | | Returns or sets the bottom page margin for the whole document or for a document's section. |
| TXTextControl.PageMarginL | | Returns or sets the left page margin for the whole document or for a document's section. |
| TXTextControl.PageMarginR | | Returns or sets the right page margin for the whole document or for a document's section. |
| TXTextControl.PageMarginT | | Returns or sets the top page margin for the whole document or for a document's section. |
| TXTextControl.PageOrientation | | Returns or sets the page orientation, portrait or landscape. |
| TXTextControl.PageViewStyle | | Defines the kind of view to display the page background. |
| TXTextControl.PageWidth | | Returns or sets the width of the page for the whole document or for a document's section. |
| TXTextControl.SectionAtInputPos | | Returns the number of the section containing the current text input position. |
| TXTextControl.SectionBreakKind | | Returns or sets the kind of the section break the section starts with. |
| TXTextControl.SectionCount | | Returns the number of sections, the document contains. |
| TXTextControl.SectionCurrent | | Returns or sets the section number for the following properties and methods: PageWidth, PageHeight, PageMarginL, PageMarginT, PageMarginR, PageMarginB, PageOrientation, HeaderFooter, HeaderFooterActivate, HeaderFooterSelect, HeaderFooterPosition, HeaderFooterConnectedToPrevious, Columns, PageBorderAttribute, ColumnDistance, ColumnLineWidth, ColumnLineColor, ColumnWidthsAndDistances, and SectionBreakKind. The section number can either be the number of a section, beginning with 1, or a value specifying all sections of the document or all selected sections. |