KeepTextFlat Cell (3-D Rotation Properties Section)
Indicates whether a shape's text will ignore the shape's rotation in 3-D. Does not apply to 2-D rotation.
Value | Description |
---|---|
TRUE |
Shape text does not rotate with the shape's geometry. |
FALSE |
Shape text is transformed to rotate with the shape's geometry. |
Remarks
To get a reference to the KeepTextFlat cell by name from another formula, by value of the N attribute of a Cell element, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
KeepTextFlat |
To get a reference to the KeepTextFlat cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRow3DRotationProperties |
Cell index: |
visKeepTextFlat |