TdxSpreadSheetTextService Class
The base class for all classes that implement the text formatting functionality in spreadsheet controls.
Declaration
TdxSpreadSheetTextService = class(
TObject
)
Remarks
This class provides the following functions that allow you to:
Identify whether the support for formatted text is available (IsRTFSupported);
Identify whether a cell contains formatted text (IsFormattedTextValue);
Retrieve a cell’s formatted content (GetAsRTF);
Identify if a specific text is a formatted RTF string (IsFormattedEditValue);
Replace a cell’s content with a formatted or unformatted RTF string (SetAsRTF and ForceSetAsRTF).
Refer to the How to Work with Rich Formatted Content topic for additional information.
Inheritance
TObject
TdxSpreadSheetTextService
See Also