public static enum OfficeDrawing.HorizontalPositioning extends java.lang.Enum<OfficeDrawing.HorizontalPositioning>
Enum Constant and Description |
---|
ABSOLUTE
The shape is horizontally offset by an absolute distance from the
page element.
|
CENTER
The shape is horizontally positioned at the center of the page
element.
|
INSIDE
|
LEFT
The shape is horizontally positioned at the left side of the page
element.
|
OUTSIDE
|
RIGHT
The shape is horizontally positioned at the right side of the page
element.
|
Modifier and Type | Method and Description |
---|---|
static OfficeDrawing.HorizontalPositioning |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OfficeDrawing.HorizontalPositioning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfficeDrawing.HorizontalPositioning ABSOLUTE
public static final OfficeDrawing.HorizontalPositioning CENTER
public static final OfficeDrawing.HorizontalPositioning INSIDE
public static final OfficeDrawing.HorizontalPositioning LEFT
public static final OfficeDrawing.HorizontalPositioning OUTSIDE
public static final OfficeDrawing.HorizontalPositioning RIGHT
public static OfficeDrawing.HorizontalPositioning[] values()
for (OfficeDrawing.HorizontalPositioning c : OfficeDrawing.HorizontalPositioning.values()) System.out.println(c);
public static OfficeDrawing.HorizontalPositioning valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2005-2010 Potix Corporation. All Rights Reserved.