The Cell type exposes the following members.

Constructors

  NameDescription
Public methodCell
Initialize a new instance of the Cell class.

Methods

  NameDescription
Public methodClone
Clones a Cell.
(Overrides Bordered..::..Clone()()()().)
Protected methodCompose
Implement this method in a derived class to generate content dynamically.
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead(String)
Read from XML file.
(Inherited from Object.)
Public methodRead(XmlElement)
Read from XML element.
(Inherited from Object.)
Public methodRead(XmlReader)
Read from XML reader.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBorder
Get or set the border around this content element. Default is null, meaning that there is no border.
(Inherited from Bordered.)
Public propertyColSpan
Get or set the number of columns that this cell spans.
Public propertyFitToContent
Get or set if the width of the cell has to grow with the content.
Public propertyFixed
Get or set if the width of the cell is fixed.
Public propertyMargin
Get or set the margin of a border.
(Inherited from Bordered.)
Public propertyPadding
Get or set the padding of a border.
(Inherited from Bordered.)
Public propertyParagraphs
Get all paragraphs in this cell.
Public propertyPreferredWidth
Get or set the cells preferred width.
Public propertyVerticalAlignment
Get or set the vertical alignment of the contained Paragraphs collection.

See Also