The SimpleCell type exposes the following members.

Constructors

  NameDescription
Public methodSimpleCell
Initializes a new instance of the SimpleCell class

Methods

  NameDescription
Public methodAdd
Public methodAddElement
Public methodCellLayout
Public methodCloneNonPositionParameters (Inherited from Rectangle.)
Public methodCreateCell
Public methodCreatePdfPCell
Public methodDisableBorderSide (Inherited from Rectangle.)
Public methodEnableBorderSide (Inherited from Rectangle.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBottom
Returns the lower left y-coordinate, considering a given margin.
(Inherited from Rectangle.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLeft
Returns the lower left x-coordinate, considering a given margin.
(Inherited from Rectangle.)
Public methodGetRectangle
Gets a Rectangle that is altered to fit on the page.
(Inherited from Rectangle.)
Public methodGetRight
Returns the upper right x-coordinate, considering a given margin.
(Inherited from Rectangle.)
Public methodGetTop
Returns the upper right y-coordinate, considering a given margin.
(Inherited from Rectangle.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasBorder
Indicates if the table has a some type of border.
(Inherited from Rectangle.)
Public methodHasBorders
Indicates if the table has borders.
(Inherited from Rectangle.)
Public methodIsContent (Inherited from Rectangle.)
Public methodIsNestable (Inherited from Rectangle.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNormalize (Inherited from Rectangle.)
Public methodProcess
Processes the element by adding it (or the different parts) to an IElementListener.
(Inherited from Rectangle.)
Public methodRotate
Swaps the values of urx and ury and of lly and llx in order to rotate the rectangle.
(Inherited from Rectangle.)
Public methodSoftCloneNonPositionParameters (Inherited from Rectangle.)
Public methodToString (Inherited from Rectangle.)

Fields

  NameDescription
Protected fieldbackgroundColor
This is the color of the background of this rectangle.
(Inherited from Rectangle.)
Protected fieldborder
This represents the status of the 4 sides of the rectangle.
(Inherited from Rectangle.)
Protected fieldborderColor
This is the color of the border of this rectangle.
(Inherited from Rectangle.)
Protected fieldborderColorBottom (Inherited from Rectangle.)
Protected fieldborderColorLeft (Inherited from Rectangle.)
Protected fieldborderColorRight (Inherited from Rectangle.)
Protected fieldborderColorTop (Inherited from Rectangle.)
Protected fieldborderWidth
This is the width of the border around this rectangle.
(Inherited from Rectangle.)
Protected fieldborderWidthBottom (Inherited from Rectangle.)
Protected fieldborderWidthLeft (Inherited from Rectangle.)
Protected fieldborderWidthRight (Inherited from Rectangle.)
Protected fieldborderWidthTop (Inherited from Rectangle.)
Public fieldStatic memberCELL
Protected fieldllx
the lower left x-coordinate.
(Inherited from Rectangle.)
Protected fieldlly
the lower left y-coordinate.
(Inherited from Rectangle.)
Protected fieldrotation
This is the rotation value of this rectangle.
(Inherited from Rectangle.)
Public fieldStatic memberROW
Protected fieldurx
the upper right x-coordinate.
(Inherited from Rectangle.)
Protected fieldury
the upper right y-coordinate.
(Inherited from Rectangle.)
Protected fielduseAscender
Protected fielduseBorderPadding
Protected fielduseDescender
Protected fielduseVariableBorders (Inherited from Rectangle.)

Properties

  NameDescription
Public propertyBackgroundColor
Get/set the backgroundcolor.
(Inherited from Rectangle.)
Public propertyBorder
Get/set the border
(Inherited from Rectangle.)
Public propertyBorderColor
Get/set the color of the border.
(Inherited from Rectangle.)
Public propertyBorderColorBottom (Inherited from Rectangle.)
Public propertyBorderColorLeft (Inherited from Rectangle.)
Public propertyBorderColorRight (Inherited from Rectangle.)
Public propertyBorderColorTop (Inherited from Rectangle.)
Public propertyBorderWidth
Get/set the borderwidth.
(Inherited from Rectangle.)
Public propertyBorderWidthBottom (Inherited from Rectangle.)
Public propertyBorderWidthLeft (Inherited from Rectangle.)
Public propertyBorderWidthRight (Inherited from Rectangle.)
Public propertyBorderWidthTop (Inherited from Rectangle.)
Public propertyBottom
Get/set the lower left y-coordinate.
(Inherited from Rectangle.)
Public propertyCellgroup
Public propertyChunks
Gets all the chunks in this element.
(Inherited from Rectangle.)
Public propertyColspan
Public propertyGrayFill
Get/set the grayscale of the rectangle.
(Inherited from Rectangle.)
Public propertyHeight
Returns the height of the rectangle.
(Inherited from Rectangle.)
Public propertyHorizontalAlignment
Public propertyLeft
Get/set the lower left x-coordinate.
(Inherited from Rectangle.)
Public propertyPadding
Public propertyPadding_bottom
Public propertyPadding_left
Public propertyPadding_right
Public propertyPadding_top
Public propertyRight
Get/set the upper right x-coordinate.
(Inherited from Rectangle.)
Public propertyRotation
Returns the rotation
(Inherited from Rectangle.)
Public propertySpacing
Public propertySpacing_bottom
Public propertySpacing_left
Public propertySpacing_right
Public propertySpacing_top
Public propertyTop
Get/set the upper right y-coordinate.
(Inherited from Rectangle.)
Public propertyType (Overrides Rectangle..::..Type.)
Public propertyUseAscender
Public propertyUseBorderPadding
Public propertyUseDescender
Public propertyUseVariableBorders (Inherited from Rectangle.)
Public propertyVerticalAlignment
Public propertyWidth
Public propertyWidthpercentage

See Also