Enumerations #
Name |
Values |
Alignments |
LeftTop |
CenterMiddle |
RightBottom |
FontStyles |
Normal |
Bold |
Italic |
BoldItalic |
OverflowStyles |
Visible |
Hidden |
Ellipsize |
LineBreak |
Constants #
Name |
Type |
Value |
|
|
This class exposes no constants. |
Events #
Definition |
Description |
|
This class exposes no events. |
Methods #
Definition |
Description |
|
This class exposes no methods. |
Properties #
Name |
Type |
Default Value |
Description |
FillColor |
Color |
&cFFFFFF |
The background color to apply to the cell. |
Font |
String |
“Helvetica” |
The font to apply to the cell’s text. |
FontSize |
Integer |
13 |
The size of the font to be used. |
FontStyle |
FontStyles |
Nil |
Value from the FontStyles enumeration to apply decoration to the cell’s text. |
HorizontalAlign |
Alignments |
Nil |
Value from the Alignments enumeration to apply to the cell’s text. |
LineColor |
Color |
&c000000 |
Color to apply to borders. |
LineWidth |
Integer |
0 |
The width of the pen to be used for drawing border lines. |
OverFlow |
OverflowStyles |
Nil |
The overflow display method to be used. |
Padding |
Integer |
5 |
Width/Height of padding from the edges of the cell to use when drawing the cell’s text. |
VerticalAlign |
Alignments |
Nil |
The vertical position of the cell’s text. |
Constructor #
Constructor()
Constructor( TextFontName as String, TextFontSize as Integer, TextFontColor as Color )
Examples #
There are currently no examples for this class.