Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTextService Members

The base class for all classes that implement the text formatting functionality in spreadsheet controls.

#Methods
Show Inherited Hide Inherited

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) 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)
GetHashCode Inherited from TObject.
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 Inherited from TObject.
See Also