Cell Class
Represents a cell of the table's row.
Inheritance Hierarchy
SystemObject
  Aspose.PdfCell

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class Cell : ICloneable

The Cell type exposes the following members.

Constructors
  NameDescription
Public methodCell
Initializes a new instance of the Cell class.
Public methodCell(Rectangle)
Initializes a new instance of the Cell class.
Properties
  NameDescription
Public propertyAlignment
Gets or sets the alignment.
Public propertyBackgroundColor
Gets or sets the background color.
Public propertyBackgroundImageFile
Gets or sets the background image file.
Public propertyBorder
Gets or sets the border.
Public propertyColSpan
Gets or sets the column span.
Public propertyDefaultCellTextState
Gets or sets the default cell text state.
Public propertyIsNoBorder
Gets or sets the cell have border.
Public propertyIsWordWrapped
Gets or sets the cell's text word wrapped.
Public propertyMargin
Gets or sets the padding.
Public propertyParagraphs
Gets or sets the cell's formatted text.
Public propertyRowSpan
Gets or sets the row span.
Public propertyVerticalAlignment
Gets or sets the vertical alignment.
Public propertyWidth
Gets or sets the column width.
Methods
  NameDescription
Public methodClone
Clone the cell.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also