ShapePlaceFlip cell (Shape Layout section)
Determines how a placeable shape flips and/or rotates on the page when you are laying out shapes using the Lay Out Shapes command.
Value |
Description |
Automation constant |
0 |
Use page default. |
visLOFlipDefault |
1 |
Flip horizontal. |
visLOFlipX |
2 |
Flip vertical. |
visLOFlipY |
4 |
Flip in 90 degree increments between 0 and 270. |
visLOFlipRotate |
8 |
Do not flip. |
visLOFlipNone |
Remarks
The value in the ShapePlaceFlip cell helps orient a placeable shape toward the next placeable shape it is connected to.
To set this behavior for all the shapes on the drawing page, use the PlaceFlip cell in the Page Layout section.
To reference the ShapePlaceFlip cell by name from another formula, or from a program using the Cells, use:
Cell name: |
ShapePlaceFlip |
To reference the ShapePlaceFlip cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowShapeLayout |
Cell index: |
visSLOPlaceFlip |