java.lang.Object
com.aspose.diagram.PlaceFlipValue
public class PlaceFlipValue
- extends java.lang.Object
Utility class containing constants.
Specifies how placeable shapes flip and/or rotate on a page when shapes are laid out using the Lay Out Shapes command in Microsoft Visio. The following hexadecimal values are allowed.
DEFAULT_NO_FLIP | |
public static final int DEFAULT_NO_FLIP |
-
Default. Do not flip.
FLIP_HORIZONTAL | |
public static final int FLIP_HORIZONTAL |
-
Flip horizontal.
FLIP_VERTICAL | |
public static final int FLIP_VERTICAL |
-
Flip vertical.
FLIP_90_INCREMENTS | |
public static final int FLIP_90_INCREMENTS |
-
Flip in 90-degree increments.
NO_FLIP | |
public static final int NO_FLIP |
-
No flip.
UNDEFINED | |
public static final int UNDEFINED |
-
Undefined.
See Also:
Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
Aspose.Diagram Support Forum - our preferred method of support.