TdxSpreadSheetCommentTextBox Members
A text box displayed by a floating comment container.Constructors
Name | Description |
---|---|
Create(TdxCustomSpreadSheet) | Creates a new persistent object for the specified Spreadsheet or Report Designer control. Inherited from TdxSpreadSheetPersistentObject. |
Properties
Name | Description |
---|---|
AlignHorz | Specifies the horizontal content alignment within the text box. Inherited from TdxSpreadSheetCustomTextBox. |
AlignVert | Specifies the vertical content alignment within the text box. Inherited from TdxSpreadSheetCustomTextBox. |
AutoSize | Specifies if the text box dimensions are adjusted to fit its contents. Inherited from TdxSpreadSheetCustomTextBox. |
ContentOffsets | Specifies the minimum absolute offsets (in pixels) of the text from text box boundaries. Inherited from TdxSpreadSheetCustomTextBox. |
Font | Provides access to the font settings applied to the text box content. Inherited from TdxSpreadSheetCustomTextBox. |
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. Inherited from TdxSpreadSheetCustomTextBox. |
TextAsString | Specifies the string displayed by the text box. Inherited from TdxSpreadSheetCustomTextBox. |
WordWrap protected | Specifies if the content is wrapped if it does not fit into the text box horizontally. Inherited from TdxSpreadSheetCustomTextBox. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
IsEmpty | Returns a value indicating whether the text box is empty. Inherited from TdxSpreadSheetCustomTextBox. |
QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
ToString | Inherited from TObject. |
See Also