Constructors
Constructor | Overloaded Initializes a new instance of the Table class. |
Public Methods
Draw (inherited from RotatingPageElement) | Overridden. Draws the page element to the given PageWriter object. |
Equals (inherited from Object) | See System.Object |
GetHashCode (inherited from Object) | See System.Object |
GetOverflowColumns | Returns a Table object containing the overflow columns. |
GetOverflowRows | Returns a Table object containing the overflow rows. |
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 on the page. |
GetType (inherited from Object) | See System.Object |
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. |
ToString (inherited from Object) | See System.Object |
Public Properties
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 | Gets or sets the height of the table. |
ID (inherited from PageElement) | Gets or sets the ID of the page element. |
Padding | Gets or sets the padding of the cells in the table. |
RepeatColumnHeaders | 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. |
RepeatRowHeaders | 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. |
RequiredLicenseLevel (inherited from PageElement) | Gets the required license level of the page element. |
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 | Gets or sets the x coordinate of the table. |
Y | Gets or sets the y coordinate of the table. |
Protected Methods
DrawRotated | Overridden. Draws the table to the given PageWriter object. |
Finalize (inherited from Object) | See System.Object |
MemberwiseClone (inherited from Object) | See System.Object |
SetRequiredLicenseLevel (inherited from PageElement) | Sets the license level required by the page element. |
See Also
Table Class | ceTe.DynamicPDF.PageElements Namespace




