TdxSpreadSheetShapeType Enum
Enumerates geometric shapes available for floating container object creation.
#Declaration
TdxSpreadSheetShapeType = (
stRect,
stRoundRect,
stEllipse
);
#Members
Name |
---|
st
|
st
|
st
|
#Remarks
Options include:
Type Value Used in Code | Shape Description | Sample |
---|---|---|
Tdx | A square or rectangle, depeding on the floating container’s aspect ratio. This is the only shape available for comment containers. | |
Tdx | A square or rectangle with rounded corners, depending on the floating container’s aspect ratio. This shape type option is ignored by comment containers. | |
Tdx | An ellipse or circle, depending on the floating container’s aspect ratio. This shape type option is ignored by comment containers. |
The TdxSpreadSheetShapeType type is referenced by the Shape.ShapeType property provided by the TdxSpreadSheetPictureContainer, TdxSpreadSheetTextBoxContainer, TdxSpreadSheetCommentContainer, and TdxSpreadSheetShapeContainer classes.
Note
Always use the scope resolution token (. in Delphi or :: in C++Builder) with the Tdx