The PdfTable type exposes the following members.

Methods

  NameDescription
Public methodCloneNonPositionParameters (Inherited from Rectangle.)
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 methodHasToFitPageCells
Public methodHasToFitPageTable
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.)
Protected fieldllx
the lower left x-coordinate.
(Inherited from Rectangle.)
Protected fieldlly
the lower left y-coordinate.
(Inherited from Rectangle.)
Protected fieldpositions
Protected fieldrotation
This is the rotation value of this rectangle.
(Inherited from Rectangle.)
Protected fieldtable
Protected fieldurx
the upper right x-coordinate.
(Inherited from Rectangle.)
Protected fieldury
the upper right y-coordinate.
(Inherited from Rectangle.)
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 propertyChunks
Gets all the chunks in this element.
(Inherited from Rectangle.)
Public propertyGrayFill
Get/set the grayscale of the rectangle.
(Inherited from Rectangle.)
Public propertyHeight
Returns the height of the rectangle.
(Inherited from Rectangle.)
Public propertyLeft
Get/set the lower left x-coordinate.
(Inherited from Rectangle.)
Public propertyOffset
Public propertyRight
Get/set the upper right x-coordinate.
(Inherited from Rectangle.)
Public propertyRotation
Returns the rotation
(Inherited from Rectangle.)
Public propertyTop
Get/set the upper right y-coordinate.
(Inherited from Rectangle.)
Public propertyType (Overrides Rectangle..::..Type.)
Public propertyUseVariableBorders (Inherited from Rectangle.)
Public propertyWidth
Returns the width of the rectangle.
(Inherited from Rectangle.)

See Also