|
HiraokaHyperTools.iTextSharp-LGPL
0.3.0
|
A Row is part of a Table and contains some Cells. More...
Public Member Functions | |
| bool | Process (IElementListener listener) |
| Processes the element by adding it (or the different parts) to a IElementListener. More... | |
| bool | IsContent () |
| bool | IsNestable () |
| Object | GetCell (int column) |
| Gets a Cell or Table from a certain column. More... | |
| bool | IsEmpty () |
| Checks if the row is empty. More... | |
| override string | ToString () |
| Gets the content of the text element. More... | |
Static Public Attributes | |
| static int | NULL = 0 |
| id of a null element in a Row More... | |
| static int | CELL = 1 |
| id of the Cell element in a Row More... | |
| static int | TABLE = 2 |
| id of the Table element in a Row More... | |
Protected Attributes | |
| int | columns |
| This is the number of columns in the Row. More... | |
| int | currentColumn |
| This is a valid position the Row. More... | |
| bool[] | reserved |
| This is the array that keeps track of reserved cells. More... | |
| Object[] | cells |
| This is the array of Objects (Cell or Table). More... | |
| int | horizontalAlignment |
| This is the horizontal alignment. More... | |
Properties | |
| int | Type [get] |
| Gets the type of the text element. More... | |
| ArrayList | Chunks [get] |
| Gets all the chunks in this element. More... | |
| int | Columns [get] |
| Gets the number of columns. More... | |
| int | HorizontalAlignment [get, set] |
| Gets the horizontal Element. More... | |
Properties inherited from iTextSharp.text.IElement | |
| int | Type [get] |
| Gets the type of the text element. More... | |
| ArrayList | Chunks [get] |
| Gets all the chunks in this element. More... | |
A Row is part of a Table and contains some Cells.
All Rows are constructed by a Table-object. You don't have to construct any Row yourself. In fact you can't construct a Row outside the package.
Since a Cell can span several rows and/or columns a row can contain reserved space without any content.
| Object iTextSharp.text.Row.GetCell | ( | int | column | ) |
| bool iTextSharp.text.Row.IsContent | ( | ) |
| bool iTextSharp.text.Row.IsEmpty | ( | ) |
Checks if the row is empty.
| bool iTextSharp.text.Row.IsNestable | ( | ) |
Implements iTextSharp.text.IElement.
| bool iTextSharp.text.Row.Process | ( | IElementListener | listener | ) |
Processes the element by adding it (or the different parts) to a IElementListener.
| listener | an IElementListener |
Implements iTextSharp.text.IElement.
| override string iTextSharp.text.Row.ToString | ( | ) |
Gets the content of the text element.
Implements iTextSharp.text.IElement.
|
protected |
This is the number of columns in the Row.
|
protected |
This is a valid position the Row.
|
protected |
This is the horizontal alignment.
|
static |
id of a null element in a Row
|
protected |
This is the array that keeps track of reserved cells.
|
get |
Gets all the chunks in this element.
an ArrayList
|
get |
Gets the number of columns.
a value
|
getset |
Gets the horizontal Element.
a value
|
get |
Gets the type of the text element.
a type