Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines how placeable shapes flip and/or rotate on a page when you use the Configure Layout dialog box (on the Design tab, in the Layout group, click Re-Layout Page, and then click More Layout Options).
Value | Description | Automation constant |
---|---|---|
&H0 |
Default. Do not flip. | visLOFlipDefault |
&H1 |
Flip horizontal. | visLOFlipX |
&H2 |
Flip vertical. | visLOFlipY |
&H4 |
Flip in 90 degree increments. | visLOFlipRotate |
&H8 |
Do not flip. | visLOFlipNone |
Remarks
The value in the PlaceFlip cell helps orient a placeable shape toward the next placeable shape it is connected to. It is typically used when laying out drawings that use static glue.
To set this behavior for a particular shape, use the ShapePlaceFlip cell in the Shape Layout section.
To get a reference to the PlaceFlip cell by name from another formula, or from a program by using the CellsU property, use:
Value | |
---|---|
Cell name: |
PlaceFlip |
To get a reference to the PlaceFlip cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowPageLayout |
Cell index: |
visPLOPlaceFlip |