Cell

Cell class

Represents a cell of the table’s row.

The Cell type exposes the following members:

Constructors

NameDescription
Cell(rect)Initializes a new instance of the Cell class
Cell()Initializes a new instance of the Cell class.

Properties

NameDescription
is_no_borderGets or sets the cell have border.
marginGets or sets the padding.
borderGets or sets the border.
background_colorGets or sets the background color.
background_image_fileGets or sets the background image file.
background_imageGets or sets the background image
alignmentGets or sets the alignment.
default_cell_text_stateGets or sets the default cell text state.
is_override_by_fragmentSets the cell’s TextState property is overriden by TextFragment TextState property.
paragraphsGets or sets the cell’s formatted text.
is_word_wrappedGets or sets the cell’s text word wrapped.
vertical_alignmentGets or sets the vertical alignment.
col_spanGets or sets the column span.
row_spanGets or sets the row span.
widthGets or sets the column width.

Methods

NameDescription
clone()Clone the cell.

See Also