The base class for all classes that implement the text formatting functionality in
spreadsheet controls.
Name |
Description |
CalculateSize(TdxSpreadSheetCell,TcxCanvas,TRect,Boolean,PInteger,PInteger,TdxSpreadSheetCellStyleHandle)
|
Calculates dimensions of the area occupied by the specified cell’s value.
|
CreateShrinkToFitCalculator(TdxSpreadSheetCell,TdxSpreadSheetCellDisplayStyle)
|
|
Equals(TObject)
|
|
ForceSetAsRTF(TdxSpreadSheetCell,string)
|
Assigns an RTF string to the specified cell object.
|
GetAsRTF(TdxSpreadSheetCell,string,Boolean)
|
Retrieves the specified cell object‘s formatted content as an RTF string.
|
GetAsRTF(TdxSpreadSheetCell,string)
|
|
GetHashCode
|
|
IsFormattedEditValue(string)
|
Identifies whether the specified text string is formatted.
|
IsFormattedTextValue(TdxSpreadSheetCell)
|
Identifies whether the specified cell object contains a formatted RTF string.
|
IsRTFSupported
|
Identifies whether the spreadsheet text service supports RTF strings.
|
MeasureSize(TcxCanvas,TdxSpreadSheetCell,PInteger,PInteger,TdxSpreadSheetCellDisplayStyle)
|
Calculates the specified cell’s dimensions, in pixels.
|
SetAsRTF(TdxSpreadSheetCell,string)
|
Assigns a formatted RTF string to the specified cell object.
|
ToString
|
|
See Also