public static enum FormTypeDefinition.FormImageLocation extends Enum<FormTypeDefinition.FormImageLocation>
This attibute specifies the location of an image relative to the text of a control.
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static FormTypeDefinition.FormImageLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormTypeDefinition.FormImageLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormTypeDefinition.FormImageLocation BOTTOM
public static final FormTypeDefinition.FormImageLocation CENTER
public static final FormTypeDefinition.FormImageLocation END
public static final FormTypeDefinition.FormImageLocation START
public static final FormTypeDefinition.FormImageLocation TOP
public static FormTypeDefinition.FormImageLocation[] values()
for (FormTypeDefinition.FormImageLocation c : FormTypeDefinition.FormImageLocation.values()) System.out.println(c);
public static FormTypeDefinition.FormImageLocation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<FormTypeDefinition.FormImageLocation>Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.