Table overview

Constructors

 ConstructorOverloaded 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
 GetOverflowColumnsReturns a Table object containing the overflow columns.
 GetOverflowRowsReturns a Table object containing the overflow rows.
 GetRequiredHeightReturns the height required to vertically fit the entire table on the page.
 GetRequiredWidthReturns the width required to horizontally fit the entire table on the page.
 GetType (inherited from Object)See System.Object
 GetVisibleColumnCountReturns the number of columns that will be displayed in the current table.
 GetVisibleHeightReturns the height of the table that will be seen on the page.
 GetVisibleRowCountReturns the number of rows that will be displayed in the current table.
 GetVisibleWidthReturns the width of the table that will be seen on the page.
 HasOverflowColumnsReturns a value indicating if there are columns remaining that will not be drawn to the table.
 HasOverflowRowsReturns 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

 AlignGets 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.
 BackgroundColorGets or sets the Color object to use for the background of the table.
 BorderColorGets or sets the Color object to use for the borders of the table.
 BorderWidthGets or sets the width of the border on the table.
 ColumnsGets the ColumnList object contained in the table.
 FontGets or sets the Font object to use for the table.
 FontSizeGets or sets the font size of the text in the table.
 HeightGets or sets the height of the table.
 ID (inherited from PageElement)Gets or sets the ID of the page element.
 PaddingGets or sets the padding of the cells in the table.
 RepeatColumnHeadersGets 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.
 RepeatRowHeadersGets 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.
 RowsGets the RowList object contained in the table.
 TextColorGets or sets the Color object to use for the text of the table.
 VAlignGets or sets the VAlign enumeration to use for the vertical alignment of the text in the table.
 WidthGets or sets the width of the table.
 XGets or sets the x coordinate of the table.
 YGets or sets the y coordinate of the table.

Protected Methods

 DrawRotatedOverridden. 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