CellDefault

Represents the default value of the cell.

public class CellDefault
Public Class CellDefault

Inheritance: ObjectCellDefault

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Properties

AlignGets or sets the TextAlign enumeration to use for the horizontal alignment of each cell.
AutoLeadingGets or sets whether the leading of the cell should be calculated automatically.
BackgroundColorGets or sets the Color object to use for the background of the table.
BorderGets the Border object for the cells.
FontGets or sets the Font object to use for the row.
FontSizeGets or sets the font size to use for the cell.
LeadingGets or sets the leading for the text of the cell.
PaddingGets the CellPadding object for the cells.
ParagraphIndentGets or sets the paragraph indent for the paragraphs of the cell.
ParagraphSpacingGets or sets the paragraph spacing for the paragraphs of the cell.
RightToLeftGets or sets a value specifying whether the text in the cell will be displayed right to left.
TextColorGets or sets the Color object to use for the text in the cell.
UnderlineGets or sets a value specifying whether the text in the cell will be underlined.
VAlignGets or sets the VAlign enumeration to use for the vertical alignment of each cell.

Methods

Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.PageElements

In this topic