The RtfCell type exposes the following members.

Constructors

Methods

  NameDescription
Public methodAdd
Add an Object to this cell.
(Inherited from Cell.)
Public methodAddElement (Inherited from Cell.)
Public methodClear
Clears all the Elements of this Cell.
(Inherited from Cell.)
Public methodCloneNonPositionParameters (Inherited from Rectangle.)
Public methodCreatePdfPCell (Inherited from Cell.)
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.)
Protected methodGetBorders
Public methodGetBottom(Int32)
This method throws an Exception.
(Inherited from Cell.)
Public methodGetBottom(Single)
Returns the lower left y-coordinate, considering a given margin.
(Inherited from Rectangle.)
Protected methodGetCellpadding
Protected methodGetCellRight
Protected methodGetCellWidth
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLeft(Int32)
This method throws an Exception.
(Inherited from Cell.)
Public methodGetLeft(Single)
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(Int32)
This method throws an Exception.
(Inherited from Cell.)
Public methodGetRight(Single)
Returns the upper right x-coordinate, considering a given margin.
(Inherited from Rectangle.)
Protected methodGetRtfBackgroundColor
Public methodGetTop(Int32)
This method throws an Exception.
(Inherited from Cell.)
Public methodGetTop(Single)
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 methodGetWidthAsString (Inherited from Cell.)
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 methodIsDeleted
Public methodIsEmpty
Checks if the Cell is empty.
(Inherited from Cell.)
Public methodIsInHeader
Public methodIsNestable (Inherited from Rectangle.)
Public methodIsTable
Checks if the Cell is empty.
(Inherited from Cell.)
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 Cell.)
Public methodRotate
Swaps the values of urx and ury and of lly and llx in order to rotate the rectangle.
(Inherited from Rectangle.)
Public methodSetBorders
Protected methodSetCellMergeChild
Protected methodSetCellRight
Protected methodSetCellWidth
Public methodSetHorizontalAlignment
Sets the alignment of this cell.
(Inherited from Cell.)
Public methodSetInHeader
Public methodSetInTable
Public methodSetRtfDocument
Public methodSetVerticalAlignment
Sets the alignment of this paragraph.
(Inherited from Cell.)
Public methodSetWidth (Inherited from Cell.)
Public methodSoftCloneNonPositionParameters (Inherited from Rectangle.)
Public methodToString (Inherited from Rectangle.)
Public methodWriteContent
Public methodWriteDefinition

Fields

  NameDescription
Protected fieldarrayList
This is the ArrayList of Elements.
(Inherited from Cell.)
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 fieldcolspan
This is the colspan.
(Inherited from Cell.)
Protected fieldgroupChange
Does this Cell force a group change?
(Inherited from Cell.)
Protected fieldheader
Is this Cell a header?
(Inherited from Cell.)
Protected fieldhorizontalAlignment
This is the horizontal Element.
(Inherited from Cell.)
Protected fieldllx
the lower left x-coordinate.
(Inherited from Rectangle.)
Protected fieldlly
the lower left y-coordinate.
(Inherited from Rectangle.)
Protected fieldmaxLines
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)
(Inherited from Cell.)
Protected fieldnoWrap
Will the element have to be wrapped?
(Inherited from Cell.)
Protected fieldpercentage (Inherited from Cell.)
Protected fieldrotation
This is the rotation value of this rectangle.
(Inherited from Rectangle.)
Protected fieldrowspan
This is the rowspan.
(Inherited from Cell.)
Protected fieldurx
the upper right x-coordinate.
(Inherited from Rectangle.)
Protected fieldury
the upper right y-coordinate.
(Inherited from Rectangle.)
Protected fielduseAscender
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.
(Inherited from Cell.)
Protected fielduseBorderPadding
Adjusts the cell contents to compensate for border widths. Note that this only has an effect when rendered to PDF.
(Inherited from Cell.)
Protected fielduseDescender
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.
(Inherited from Cell.)
Protected fielduseVariableBorders (Inherited from Rectangle.)
Protected fieldverticalAlignment
This is the vertical Element.
(Inherited from Cell.)
Protected fieldwidth
This is the vertical Element.
(Inherited from Cell.)

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
This property throws an Exception.
(Inherited from Cell.)
Public propertyChunks
Gets all the chunks in this element.
(Inherited from Cell.)
Public propertyColspan
Gets/sets the colspan.
(Inherited from Cell.)
Public propertyElements
Gets Elements.
(Inherited from Cell.)
Public propertyGrayFill
Get/set the grayscale of the rectangle.
(Inherited from Rectangle.)
Public propertyGroupChange
Does this Cell force a group change?
(Inherited from Cell.)
Public propertyHeader
Gets/sets header
(Inherited from Cell.)
Public propertyHeight
Returns the height of the rectangle.
(Inherited from Rectangle.)
Public propertyHorizontalAlignment
Gets/Sets the horizontal Element.
(Inherited from Cell.)
Public propertyLeading
Gets/sets the leading.
(Inherited from Cell.)
Public propertyLeft
This property throws an Exception.
(Inherited from Cell.)
Public propertyMaxLines
get/set maxLines value
(Inherited from Cell.)
Public propertyNoWrap
Get/set nowrap.
(Inherited from Cell.)
Public propertyRight
This property throws an Exception.
(Inherited from Cell.)
Public propertyRotation
Returns the rotation
(Inherited from Rectangle.)
Public propertyRowspan
Gets/sets the rowspan.
(Inherited from Cell.)
Public propertyShowTruncation
get/set showTruncation value
(Inherited from Cell.)
Public propertySize
Gets the number of Elements in the Cell.
(Inherited from Cell.)
Public propertyTop
This property throws an Exception.
(Inherited from Cell.)
Public propertyType
Gets the type of the text element.
(Inherited from Cell.)
Public propertyUseAscender
get/set useAscender value
(Inherited from Cell.)
Public propertyUseBorderPadding
get/set useBorderPadding value
(Inherited from Cell.)
Public propertyUseDescender
get/set useDescender value
(Inherited from Cell.)
Public propertyUseVariableBorders (Inherited from Rectangle.)
Public propertyVerticalAlignment
Gets/sets the vertical Element.
(Inherited from Cell.)
Public propertyWidth
Sets the width.
(Inherited from Cell.)

See Also