See Also

Table Class  | ceTe.DynamicPDF.PageElements Namespace

Table overview

Public Constructors

Public Constructor Table Constructor Overloaded.  

Public Properties

Public Property Align Gets or sets the TextAlign enumeration to use for the horizontal alignment of the text in the table.
Public Property Angle (Inherited from RotatingPageElement) Gets or sets the heights of the angle element.
Public Property BackgroundColor Gets or sets the Color object to use for the background of the table.
Public Property BorderColor Gets or sets the Color object to use for the borders of the table.
Public Property BorderWidth Gets or sets the width of the border on the table.
Public Property Columns Gets the ColumnList object contained in the table.
Public Property Font Gets or sets the Font object to use for the table.
Public Property FontSize Gets or sets the font size of the text in the table.
Public Property Height Overridden.  Gets or sets the height of the table.
Public Property ID (Inherited from ceTe.DynamicPDF.PageElement) Gets or sets the ID of the page element.
Public Property Padding Gets or sets the padding of the cells in the table.
Public Property 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.
Public Property 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.
Public Property 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.
Public Property 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.
Public Property Rows Gets the RowList object contained in the table.
Public Property TextColor Gets or sets the Color object to use for the text of the table.
Public Property VAlign Gets or sets the VAlign enumeration to use for the vertical alignment of the text in the table.
Public Property Width Gets or sets the width of the table.
Public Property X Overridden.  
Public Property Y Overridden.  Gets or sets the y coordinate of the table.

Public Methods

Public Method Draw (Inherited from RotatingPageElement) Draws the page element to the given PageWriter object.
Public Method GetOverflowColumns Overloaded.  
Public Method GetOverflowRows Overloaded.  
Public Method GetRequiredHeight Returns the height required to vertically fit the entire table on the page.
Public Method GetRequiredWidth Returns the width required to horizontally fit the entire table (all the columns) on the page.
Public Method GetVisibleColumnCount Returns the number of columns that will be displayed in the current table.
Public Method GetVisibleHeight Returns the height of the table that will be seen on the page.
Public Method GetVisibleRowCount Returns the number of rows that will be displayed in the current table.
Public Method GetVisibleWidth Returns the width of the table that will be seen on the page.
Public Method HasOverflowColumns Returns a value indicating if there are columns remaining that will not be drawn to the table.
Public Method HasOverflowRows Returns a value indicating if there are rows remaining that will not be drawn to the table.

Protected Methods

Protected Method DrawRotated Overridden.  Draws the table to the given PageWriter object.

See Also

Table Class  | ceTe.DynamicPDF.PageElements Namespace

 

 


© Copyright 2006, ceTe Software