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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
Align | Gets or sets the TextAlign enumeration to use for the horizontal alignment of each cell. |
AutoLeading | Gets or sets whether the leading of the cell should be calculated automatically. |
BackgroundColor | Gets or sets the Color object to use for the background of the table. |
Border | Gets the Border object for the cells. |
Font | Gets or sets the Font object to use for the row. |
FontSize | Gets or sets the font size to use for the cell. |
Leading | Gets or sets the leading for the text of the cell. |
Padding | Gets the CellPadding object for the cells. |
ParagraphIndent | Gets or sets the paragraph indent for the paragraphs of the cell. |
ParagraphSpacing | Gets or sets the paragraph spacing for the paragraphs of the cell. |
RightToLeft | Gets or sets a value specifying whether the text in the cell will be displayed right to left. |
TextColor | Gets or sets the Color object to use for the text in the cell. |
Underline | Gets or sets a value specifying whether the text in the cell will be underlined. |
VAlign | Gets 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) |