The Cell type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Cell()()()() |
Constructs an empty Cell.
|
![]() | Cell(Boolean) |
Constructs an empty Cell (for internal use only).
|
![]() | Cell(String) |
Constructs a Cell with a certain content.
|
![]() | Cell(IElement) |
Constructs a Cell with a certain Element.
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Add an Object to this cell.
|
![]() | AddElement | |
![]() | Clear |
Clears all the Elements of this Cell.
|
![]() | CloneNonPositionParameters | (Inherited from Rectangle.) |
![]() | CreatePdfPCell | |
![]() | DisableBorderSide | (Inherited from Rectangle.) |
![]() | EnableBorderSide | (Inherited from Rectangle.) |
![]() | 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.) |
![]() | GetBottom(Int32) |
This method throws an Exception.
|
![]() | GetBottom(Single) |
Returns the lower left y-coordinate, considering a given margin.
(Inherited from Rectangle.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetLeft(Int32) |
This method throws an Exception.
|
![]() | GetLeft(Single) |
Returns the lower left x-coordinate, considering a given margin.
(Inherited from Rectangle.) |
![]() | GetRectangle |
Gets a Rectangle that is altered to fit on the page.
(Inherited from Rectangle.) |
![]() | GetRight(Int32) |
This method throws an Exception.
|
![]() | GetRight(Single) |
Returns the upper right x-coordinate, considering a given margin.
(Inherited from Rectangle.) |
![]() | GetTop(Int32) |
This method throws an Exception.
|
![]() | GetTop(Single) |
Returns the upper right y-coordinate, considering a given margin.
(Inherited from Rectangle.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetWidthAsString | |
![]() | HasBorder |
Indicates if the table has a some type of border.
(Inherited from Rectangle.) |
![]() | HasBorders |
Indicates if the table has borders.
(Inherited from Rectangle.) |
![]() | IsContent | (Inherited from Rectangle.) |
![]() | IsEmpty |
Checks if the Cell is empty.
|
![]() | IsNestable | (Inherited from Rectangle.) |
![]() | IsTable |
Checks if the Cell is empty.
|
![]() ![]() | IsTag |
Checks if a given tag corresponds with this object.
|
![]() | 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.) |
![]() | SetHorizontalAlignment |
Sets the alignment of this cell.
|
![]() | SetVerticalAlignment |
Sets the alignment of this paragraph.
|
![]() | SetWidth | |
![]() | SoftCloneNonPositionParameters | (Inherited from Rectangle.) |
![]() | ToString | (Inherited from Rectangle.) |
Fields
Name | Description | |
---|---|---|
![]() | arrayList | This is the ArrayList of Elements. |
![]() | 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.) |
![]() | colspan | This is the colspan. |
![]() | groupChange | Does this Cell force a group change? |
![]() | header | Is this Cell a header? |
![]() | horizontalAlignment | This is the horizontal Element. |
![]() | llx | the lower left x-coordinate. (Inherited from Rectangle.) |
![]() | lly | the lower left y-coordinate. (Inherited from Rectangle.) |
![]() | maxLines |
Maximum number of lines allowed in the cell.
The default value of this property is not to limit the maximum number of lines
(contributed by dperezcar@fcc.es)
|
![]() | noWrap | Will the element have to be wrapped? |
![]() | percentage | |
![]() | rotation | This is the rotation value of this rectangle. (Inherited from Rectangle.) |
![]() | rowspan | This is the rowspan. |
![]() | urx | the upper right x-coordinate. (Inherited from Rectangle.) |
![]() | ury | the upper right y-coordinate. (Inherited from Rectangle.) |
![]() | useAscender |
Indicates that the largest ascender height should be used to determine the
height of the first line. Note that this only has an effect when rendered
to PDF. Setting this to true can help with vertical alignment problems.
|
![]() | useBorderPadding |
Adjusts the cell contents to compensate for border widths. Note that
this only has an effect when rendered to PDF.
|
![]() | useDescender |
Indicates that the largest descender height should be added to the height of
the last line (so characters like y don't dip into the border). Note that
this only has an effect when rendered to PDF.
|
![]() | useVariableBorders | (Inherited from Rectangle.) |
![]() | verticalAlignment | This is the vertical Element. |
![]() | width | This is the vertical Element. |
Properties
Name | Description | |
---|---|---|
![]() | 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 |
This property throws an Exception.
(Overrides Rectangle..::..Bottom.) |
![]() | Chunks |
Gets all the chunks in this element.
(Overrides Rectangle..::..Chunks.) |
![]() | Colspan |
Gets/sets the colspan.
|
![]() ![]() | DummyCell | |
![]() | Elements |
Gets Elements.
|
![]() | GrayFill |
Get/set the grayscale of the rectangle.
(Inherited from Rectangle.) |
![]() | GroupChange |
Does this Cell force a group change?
|
![]() | Header |
Gets/sets header
|
![]() | Height |
Returns the height of the rectangle.
(Inherited from Rectangle.) |
![]() | HorizontalAlignment |
Gets/Sets the horizontal Element.
|
![]() | Leading |
Gets/sets the leading.
|
![]() | Left |
This property throws an Exception.
(Overrides Rectangle..::..Left.) |
![]() | MaxLines |
get/set maxLines value
|
![]() | NoWrap |
Get/set nowrap.
|
![]() | Right |
This property throws an Exception.
(Overrides Rectangle..::..Right.) |
![]() | Rotation |
Returns the rotation
(Inherited from Rectangle.) |
![]() | Rowspan |
Gets/sets the rowspan.
|
![]() | ShowTruncation |
get/set showTruncation value
|
![]() | Size |
Gets the number of Elements in the Cell.
|
![]() | Top |
This property throws an Exception.
(Overrides Rectangle..::..Top.) |
![]() | Type |
Gets the type of the text element.
(Overrides Rectangle..::..Type.) |
![]() | UseAscender |
get/set useAscender value
|
![]() | UseBorderPadding |
get/set useBorderPadding value
|
![]() | UseDescender |
get/set useDescender value
|
![]() | UseVariableBorders | (Inherited from Rectangle.) |
![]() | VerticalAlignment |
Gets/sets the vertical Element.
|
![]() | Width |
Sets the width.
(Overrides Rectangle..::..Width.) |