Table Constructor | Overloaded. |
Align | Gets or sets the TextAlign enumeration to use for the horizontal alignment of the text in the table. |
Angle (Inherited from RotatingPageElement) | Gets or sets the heights of the angle element. |
BackgroundColor | Gets or sets the Color object to use for the background of the table. |
BorderColor | Gets or sets the Color object to use for the borders of the table. |
BorderWidth | Gets or sets the width of the border on the table. |
Columns | Gets the ColumnList object contained in the table. |
Font | Gets or sets the Font object to use for the table. |
FontSize | Gets or sets the font size of the text in the table. |
Height | Overridden. Gets or sets the height of the table. |
ID (Inherited from ceTe.DynamicPDF.PageElement) | Gets or sets the ID of the page element. |
Padding | Gets or sets the padding of the cells in the table. |
RepeatColumnHeaderCount | Gets or sets the number of initial rows in the table that should also be drawn as the first rows on all subsequent row overflow tables. This is set to 0 by default. |
RepeatColumnHeaders | Obsolete. Gets or sets a value specifying whether the first row of the table should also be drawn as the first row on all subsequent row overflow tables. |
RepeatRowHeaderCount | Gets or sets the number of columns that will be repeated as the row header. This number is only considered if RepeatColumnHeader is set to true. This is set to 1 by default. |
RepeatRowHeaders | Obsolete. Gets or sets a value specifying whether the first column of the table should also be drawn as the first column on all subsequent column overflow tables. |
Rows | Gets the RowList object contained in the table. |
TextColor | Gets or sets the Color object to use for the text of the table. |
VAlign | Gets or sets the VAlign enumeration to use for the vertical alignment of the text in the table. |
Width | Gets or sets the width of the table. |
X | Overridden. |
Y | Overridden. Gets or sets the y coordinate of the table. |
Draw (Inherited from RotatingPageElement) | Draws the page element to the given PageWriter object. |
GetOverflowColumns | Overloaded. |
GetOverflowRows | Overloaded. |
GetRequiredHeight | Returns the height required to vertically fit the entire table on the page. |
GetRequiredWidth | Returns the width required to horizontally fit the entire table (all the columns) on the page. |
GetVisibleColumnCount | Returns the number of columns that will be displayed in the current table. |
GetVisibleHeight | Returns the height of the table that will be seen on the page. |
GetVisibleRowCount | Returns the number of rows that will be displayed in the current table. |
GetVisibleWidth | Returns the width of the table that will be seen on the page. |
HasOverflowColumns | Returns a value indicating if there are columns remaining that will not be drawn to the table. |
HasOverflowRows | Returns a value indicating if there are rows remaining that will not be drawn to the table. |
DrawRotated | Overridden. Draws the table to the given PageWriter object. |
Table Class | ceTe.DynamicPDF.PageElements Namespace
© Copyright 2006, ceTe Software