ASPOSE home

com.aspose.words
Class FlipOrientation

java.lang.Object
    extended by com.aspose.words.FlipOrientation

public class FlipOrientation
extends java.lang.Object

Utility class containing constants. Possible values for the orientation of a shape.
See Also:
ShapeBase.FlipOrientation

Field Summary
static final intNONE
           Coordinates are not flipped.
static final intHORIZONTAL
           Flip along the y-axis, reversing the x-coordinates.
static final intVERTICAL
           Flip along the x-axis, reversing the y-coordinates.
static final intBOTH
           Flip along both the y- and x-axis.
 

Field Detail

NONE

public static final int NONE
Coordinates are not flipped.

HORIZONTAL

public static final int HORIZONTAL
Flip along the y-axis, reversing the x-coordinates.

VERTICAL

public static final int VERTICAL
Flip along the x-axis, reversing the y-coordinates.

BOTH

public static final int BOTH
Flip along both the y- and x-axis.

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home