The Table type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Table(Int32) |
Constructs a Table with a certain number of columns.
|
![]() | Table(Int32, Int32) |
Constructs a Table with a certain number of columns
and a certain number of Rows.
|
Methods
Name | Description | |
---|---|---|
![]() | AddCell(String) |
Adds a Cell to the Table.
|
![]() | AddCell(Cell) |
Adds a Cell to the Table.
|
![]() | AddCell(Phrase) |
Adds a Cell to the Table.
|
![]() | AddCell(String, Point) |
Adds a Cell to the Table.
|
![]() | AddCell(Cell, Object) |
Adds a Cell to the Table at a certain location.
|
![]() | AddCell(Phrase, Point) |
Adds a Cell to the Table.
|
![]() | AddCell(Cell, Int32, Int32) |
Adds a Cell to the Table at a certain row and column.
|
![]() | AddColumns |
Gives you the posibility to add columns.
|
![]() | CloneNonPositionParameters | (Inherited from Rectangle.) |
![]() | Complete |
Will fill empty cells with valid blank Cells
|
![]() | CreatePdfPTable | |
![]() | DeleteAllRows | |
![]() | DeleteColumn |
Deletes a column in this table.
|
![]() | DeleteLastRow |
Deletes the last row in this table.
|
![]() | DeleteRow |
Deletes a row.
|
![]() | DisableBorderSide | (Inherited from Rectangle.) |
![]() | EnableBorderSide | (Inherited from Rectangle.) |
![]() | EndHeaders |
Marks the last row of the table headers.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | FlushContent | |
![]() | GetBottom | (Overrides Rectangle..::..GetBottom(Single).) |
![]() | GetElement |
returns the element at the position row, column
(Cast to Cell or Table)
|
![]() | GetEnumerator |
Gets an Iterator of all the Rows.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetLeft | (Overrides Rectangle..::..GetLeft(Single).) |
![]() | GetRectangle |
Gets a Rectangle that is altered to fit on the page.
(Inherited from Rectangle.) |
![]() | GetRight | (Overrides Rectangle..::..GetRight(Single).) |
![]() | GetTop | (Overrides Rectangle..::..GetTop(Single).) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetWidths |
Gets an array with the positions of the borders between every column.
|
![]() | HasBorder |
Indicates if the table has a some type of border.
(Inherited from Rectangle.) |
![]() | HasBorders |
Indicates if the table has borders.
(Inherited from Rectangle.) |
![]() | InsertTable(Table) |
To put a table within the existing table at the current position
generateTable will of course re-arrange the widths of the columns.
|
![]() | InsertTable(Table, Point) |
To put a table within the existing table at the given position
generateTable will of course re-arrange the widths of the columns.
|
![]() | InsertTable(Table, Int32, Int32) |
To put a table within the existing table at the given position
generateTable will of course re-arrange the widths of the columns.
|
![]() | IsContent | (Inherited from Rectangle.) |
![]() | IsNestable | (Overrides Rectangle..::..IsNestable()()()().) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Normalize | (Inherited from Rectangle.) |
![]() | Process |
Processes the element by adding it (or the different parts) to an
IElementListener.
(Overrides Rectangle..::..Process(IElementListener).) |
![]() | Rotate |
Swaps the values of urx and ury and of lly and llx in order to rotate the rectangle.
(Inherited from Rectangle.) |
![]() | SetAlignment |
Sets the alignment of this paragraph.
|
![]() | SetWidths |
Sets the widths of the different columns (percentages).
|
![]() | SoftCloneNonPositionParameters | (Inherited from Rectangle.) |
![]() | ToString | (Inherited from Rectangle.) |
Fields
Name | Description | |
---|---|---|
![]() | autoFillEmptyCells |
Boolean to automatically fill empty cells before a table is rendered
(takes CPU so may be set to false in case of certainty)
|
![]() | backgroundColor | This is the color of the background of this rectangle. (Inherited from Rectangle.) |
![]() | border | This represents the status of the 4 sides of the rectangle. (Inherited from Rectangle.) |
![]() | borderColor | This is the color of the border of this rectangle. (Inherited from Rectangle.) |
![]() | borderColorBottom | (Inherited from Rectangle.) |
![]() | borderColorLeft | (Inherited from Rectangle.) |
![]() | borderColorRight | (Inherited from Rectangle.) |
![]() | borderColorTop | (Inherited from Rectangle.) |
![]() | borderWidth | This is the width of the border around this rectangle. (Inherited from Rectangle.) |
![]() | borderWidthBottom | (Inherited from Rectangle.) |
![]() | borderWidthLeft | (Inherited from Rectangle.) |
![]() | borderWidthRight | (Inherited from Rectangle.) |
![]() | borderWidthTop | (Inherited from Rectangle.) |
![]() | complete | |
![]() | convert2pdfptable | |
![]() | llx | the lower left x-coordinate. (Inherited from Rectangle.) |
![]() | lly | the lower left y-coordinate. (Inherited from Rectangle.) |
![]() | notAddedYet | |
![]() | rotation | This is the rotation value of this rectangle. (Inherited from Rectangle.) |
![]() | urx | the upper right x-coordinate. (Inherited from Rectangle.) |
![]() | ury | the upper right y-coordinate. (Inherited from Rectangle.) |
![]() | useVariableBorders | (Inherited from Rectangle.) |
Properties
Name | Description | |
---|---|---|
![]() | Alignment |
Get/set the horizontal Element.
|
![]() | AutoFillEmptyCells |
Enables/disables automatic insertion of empty cells before table is rendered. (default = false)
|
![]() | BackgroundColor |
Get/set the backgroundcolor.
(Inherited from Rectangle.) |
![]() | Border |
Get/set the border
(Inherited from Rectangle.) |
![]() | BorderColor |
Get/set the color of the border.
(Inherited from Rectangle.) |
![]() | BorderColorBottom | (Inherited from Rectangle.) |
![]() | BorderColorLeft | (Inherited from Rectangle.) |
![]() | BorderColorRight | (Inherited from Rectangle.) |
![]() | BorderColorTop | (Inherited from Rectangle.) |
![]() | BorderWidth |
Get/set the borderwidth.
(Inherited from Rectangle.) |
![]() | BorderWidthBottom | (Inherited from Rectangle.) |
![]() | BorderWidthLeft | (Inherited from Rectangle.) |
![]() | BorderWidthRight | (Inherited from Rectangle.) |
![]() | BorderWidthTop | (Inherited from Rectangle.) |
![]() | Bottom | (Overrides Rectangle..::..Bottom.) |
![]() | Cellpadding |
Get/set the cellpadding.
|
![]() | CellsFitPage |
Allows you to control when a page break occurs.
|
![]() | Cellspacing |
Get/set the cellspacing.
|
![]() | Chunks |
Gets all the chunks in this element.
(Inherited from Rectangle.) |
![]() | Columns |
Gets the number of columns.
|
![]() | Convert2pdfptable | |
![]() | DefaultCell | |
![]() | DefaultCellBackgroundColor |
Changes the backgroundcolor in the default layout of the Cells
added with method AddCell(string content).
|
![]() | DefaultCellBorder |
Changes the border in the default layout of the Cells
added with method AddCell(string content).
|
![]() | DefaultCellBorderColor |
Changes the bordercolor in the default layout of the Cells
added with method AddCell(string content).
|
![]() | DefaultCellBorderWidth |
Changes the width of the borders in the default layout of the Cells
added with method AddCell(string content).
|
![]() | DefaultCellGrayFill |
Changes the grayfill in the default layout of the Cells
added with method AddCell(string content).
|
![]() | DefaultColspan |
Changes the colspan in the default layout of the Cells
added with method AddCell(string content).
|
![]() | DefaultHorizontalAlignment |
Changes the horizontalalignment in the default layout of the Cells
added with method AddCell(string content).
|
![]() | DefaultLayout | |
![]() | DefaultRowspan |
Changes the rowspan in the default layout of the Cells
added with method AddCell(string content).
|
![]() | DefaultVerticalAlignment |
Changes the verticalAlignment in the default layout of the Cells
added with method AddCell(string content).
|
![]() | Dimension |
Gets the dimension of this table
|
![]() | ElementComplete | |
![]() | GrayFill |
Get/set the grayscale of the rectangle.
(Inherited from Rectangle.) |
![]() | Height |
Returns the height of the rectangle.
(Inherited from Rectangle.) |
![]() | LastHeaderRow |
Sets the horizontal Element.
|
![]() | Left | (Overrides Rectangle..::..Left.) |
![]() | Locked | |
![]() | NextColumn | |
![]() | NextRow | |
![]() | NotAddedYet | |
![]() | Offset |
Get/set the offset of this table.
|
![]() | Padding |
Sets the cellpadding.
|
![]() | ProportionalWidths |
Gets the proportional widths of the columns in this Table.
|
![]() | Right | (Overrides Rectangle..::..Right.) |
![]() | Rotation |
Returns the rotation
(Inherited from Rectangle.) |
![]() | Size |
Gets the number of rows in this Table.
|
![]() | Spacing |
Sets the cellspacing.
|
![]() | TableFitsPage |
Allows you to control when a page break occurs.
|
![]() | Top | (Overrides Rectangle..::..Top.) |
![]() | Type |
Gets the type of the text element.
(Overrides Rectangle..::..Type.) |
![]() | UseVariableBorders | (Inherited from Rectangle.) |
![]() | Width |
Get/set the table width (a percentage).
(Overrides Rectangle..::..Width.) |
![]() | Widths |
Sets the widths of the different columns (percentages).
|