public static enum OfficeDrawing.HorizontalRelativeElement extends java.lang.Enum<OfficeDrawing.HorizontalRelativeElement>
Modifier and Type | Method and Description |
---|---|
static OfficeDrawing.HorizontalRelativeElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OfficeDrawing.HorizontalRelativeElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfficeDrawing.HorizontalRelativeElement CHAR
public static final OfficeDrawing.HorizontalRelativeElement MARGIN
public static final OfficeDrawing.HorizontalRelativeElement PAGE
public static final OfficeDrawing.HorizontalRelativeElement TEXT
public static OfficeDrawing.HorizontalRelativeElement[] values()
for (OfficeDrawing.HorizontalRelativeElement c : OfficeDrawing.HorizontalRelativeElement.values()) System.out.println(c);
public static OfficeDrawing.HorizontalRelativeElement 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.