TExportCellComment stores the information about a specific cell comment.
Name | Type | Description |
---|---|---|
Rect | TClassRect | The rect where the comment is placed. The origin of the rect is the upper-right corner of the cell. |
Alignment | TCellHAlignment | Horizontal alignment |
VAlignment | TCellVAlignment | Vertical alignment |
Font | TExportFont | Font |
BGColor | TColor | Background color |
Text | OWideString | The text of the comment. |
function AppendFormattedText*(const aText: OWideString; *): TExportCellComment; |
---|
The AppendFormattedText* functions append aText to current cell text with the formatting you specify. |
function ApplyRichTextFormatting*(const aStartChar, aLength: Integer; *): TExportCellComment; |
The ApplyRichTextFormatting* functions apply a new formatting on the selection defined by aStartChar and aLength (aStartChar is 1-based). |