Свойство | Type | Description | |
---|---|---|---|
autoFillEmptyCells | bool | ||
complete | bool | ||
convert2pdfptable | bool | ||
notAddedYet | bool |
Свойство | Type | Description | |
---|---|---|---|
AssumeTableDefaults | void | ||
ErrorDimensions | void | ||
FillEmptyMatrixCells | void | ||
IsValidLocation | bool | ||
MergeInsertedTables | void | ||
PlaceCell | void |
Méthode | Description | |
---|---|---|
AddCell ( |
Adds a Cell to the Table.
|
|
AddCell ( |
Adds a Cell to the Table at a certain row and column.
|
|
AddCell ( |
Adds a Cell to the Table at a certain location.
|
|
AddCell ( |
Adds a Cell to the Table. This is a shortcut for AddCell(Cell cell). The Phrase will be converted to a Cell. |
|
AddCell ( |
Adds a Cell to the Table.
|
|
AddCell ( string content ) : void |
Adds a Cell to the Table. This is a shortcut for AddCell(Cell cell). The string will be converted to a Cell. |
|
AddCell ( string content, System location ) : void |
Adds a Cell to the Table. This is a shortcut for AddCell(Cell cell, System.Drawing.Point location). The string will be converted to a Cell. |
|
AddColumns ( int aColumns ) : void |
Gives you the posibility to add columns.
|
|
Complete ( ) : void |
Will fill empty cells with valid blank Cells
|
|
CreatePdfPTable ( ) : |
||
DeleteAllRows ( ) : void | ||
DeleteColumn ( int column ) : void |
Deletes a column in this table.
|
|
DeleteLastRow ( ) : bool |
Deletes the last row in this table.
|
|
DeleteRow ( int row ) : bool |
Deletes a row.
|
|
EndHeaders ( ) : int |
Marks the last row of the table headers.
|
|
FlushContent ( ) : void | ||
GetBottom ( float margin ) : float | ||
GetElement ( int row, int column ) : object |
returns the element at the position row, column (Cast to Cell or Table)
|
|
GetEnumerator ( ) : IEnumerator |
Gets an Iterator of all the Rows.
|
|
GetLeft ( float margin ) : float | ||
GetRight ( float margin ) : float | ||
GetTop ( float margin ) : float | ||
GetWidths ( float left, float totalWidth ) : float[] |
Gets an array with the positions of the borders between every column. This method translates the widths expressed in percentages into the x-coordinate of the borders of the columns on a real document. |
|
InsertTable ( |
To put a table within the existing table at the current position generateTable will of course re-arrange the widths of the columns.
|
|
InsertTable ( |
To put a table within the existing table at the given position generateTable will of course re-arrange the widths of the columns.
|
|
InsertTable ( |
To put a table within the existing table at the given position generateTable will of course re-arrange the widths of the columns.
|
|
IsNestable ( ) : bool | ||
Process ( IElementListener listener ) : bool |
Processes the element by adding it (or the different parts) to an IElementListener.
|
|
SetAlignment ( string alignment ) : void |
Sets the alignment of this paragraph.
|
|
SetWidths ( int widths ) : void |
Sets the widths of the different columns (percentages). You can give up relative values of borderwidths. The sum of these values will be considered 100%. The values will be recalculated as percentages of this sum. |
|
Table ( int columns ) : System |
Constructs a Table with a certain number of columns.
|
|
Table ( int columns, int rows ) : System |
Constructs a Table with a certain number of columns and a certain number of Rows.
|
Méthode | Description | |
---|---|---|
AssumeTableDefaults ( |
Sets the unset cell properties to be the table defaults.
|
|
ErrorDimensions ( ) : void | ||
FillEmptyMatrixCells ( ) : void |
Integrates all added tables and recalculates column widths.
|
|
IsValidLocation ( |
check if Cell 'fits' the table.
|
|
MergeInsertedTables ( ) : void |
Integrates all added tables and recalculates column widths.
|
|
PlaceCell ( |
Inserts a Cell in a cell-array and reserves cells defined by row-/colspan.
|
public AddCell ( |
||
aCell | The Cell to add | |
row | int | The row where the Cell will be added |
column | int | The column where the Cell will be added |
Résultat | void |
public AddCell ( |
||
aCell | The Cell to add | |
aLocation | object | The location where the Cell will be added |
Résultat | void |
public AddCell ( |
||
content | a Phrase | |
Résultat | void |
public AddCell ( |
||
content | a Phrase | |
location | System | a System.Drawing.Point |
Résultat | void |
public AddCell ( string content ) : void | ||
content | string | a string |
Résultat | void |
public AddCell ( string content, System location ) : void | ||
content | string | a string |
location | System | a point |
Résultat | void |
public AddColumns ( int aColumns ) : void | ||
aColumns | int | the number of columns to add |
Résultat | void |
public CreatePdfPTable ( ) : |
||
Résultat |
public DeleteColumn ( int column ) : void | ||
column | int | the number of the column that has to be deleted |
Résultat | void |
public DeleteRow ( int row ) : bool | ||
row | int | the number of the row to delete |
Résultat | bool |
public GetElement ( int row, int column ) : object | ||
row | int | |
column | int | |
Résultat | object |
public GetWidths ( float left, float totalWidth ) : float[] | ||
left | float | this is the position of the first border at the left (cellpadding not included) |
totalWidth | float | /// this is the space between the first border at the left /// and the last border at the right (cellpadding not included) /// |
Résultat | float[] |
public InsertTable ( |
||
aTable | the table you want to insert | |
Résultat | void |
public InsertTable ( |
||
aTable | the table you want to insert | |
p | System | |
Résultat | void |
public InsertTable ( |
||
aTable | The Table to add | |
row | int | The row where the Cell will be added |
column | int | The column where the Cell will be added |
Résultat | void |
public Process ( IElementListener listener ) : bool | ||
listener | IElementListener | an IElementListener |
Résultat | bool |
public SetAlignment ( string alignment ) : void | ||
alignment | string | the new alignment as a string |
Résultat | void |
public SetWidths ( int widths ) : void | ||
widths | int | an array with values |
Résultat | void |
public Table ( int columns ) : System | ||
columns | int | The number of columns in the table |
Résultat | System |
public Table ( int columns, int rows ) : System | ||
columns | int | The number of columns in the table |
rows | int | The number of rows |
Résultat | System |