Skip to main content

TdxSpreadSheetFormattedTextService Methods

An RTF text service designed for use 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. Inherited from TdxSpreadSheetTextService.
CreateShrinkToFitCalculator(TdxSpreadSheetCell,TdxSpreadSheetCellDisplayStyle) Inherited from TdxSpreadSheetTextService.
Equals(TObject) Inherited from 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) Inherited from TdxSpreadSheetTextService.
GetHashCode Inherited from TObject.
IsFormattedEditValue(string) Identifies whether the specified text string is a formatted RTF string.
IsFormattedTextValue(TdxSpreadSheetCell) Identifies if the specified cell object contains an RTF string.
IsRTFSupported Identifies whether the spreadsheet text service supports RTF strings. Inherited from TdxSpreadSheetTextService.
MeasureSize(TcxCanvas,TdxSpreadSheetCell,PInteger,PInteger,TdxSpreadSheetCellDisplayStyle) Calculates the specified cell’s dimensions, in pixels. Inherited from TdxSpreadSheetTextService.
SetAsRTF(TdxSpreadSheetCell,string) Assigns an RTF string to the specified cell object.
ToString Inherited from TObject.
See Also