TdxSpreadSheetCustomTextBox Properties
The base class for text boxes in the Spreadsheet control.Name | Description |
---|---|
AlignHorz | Specifies the horizontal content alignment within the text box. |
AlignVert | Specifies the vertical content alignment within the text box. |
AutoSize | Specifies if the text box dimensions are adjusted to fit its contents. |
ContentOffsets | Specifies the minimum absolute offsets (in pixels) of the text from text box boundaries. |
Font | Provides access to the font settings applied to the text box content. |
SpreadSheet | Provides access to the Spreadsheet or Report Designer control to which the persistent object belongs. Inherited from TdxSpreadSheetPersistentObject. |
Text | This property supports the internal infrastructure and is not intended to be used directly from your code. |
TextAsString | Specifies the string displayed by the text box. |
WordWrap protected | Specifies if the content is wrapped if it does not fit into the text box horizontally. |
See Also