TdxSpreadSheetContainerTransform Class
A set of geometric transformations applied to the floating container object.
Declaration
TdxSpreadSheetContainerTransform = class(
TcxOwnedPersistent
)
Remarks
The list of geometric transformations that can be applied to the container object includes:
Horizontal and vertical content flipping;
Clockwise and counter-clockwise rotation.
A TdxSpreadSheetContainerTransform object is referenced by the floating container object’s Transform property.
Note
The comment container objects do not support all geometric transformations. The text box containers support only rotation and vertical flipping.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxSpreadSheetContainerTransform
See Also