| Methods in com.ail.core.document.model that return Placement |
static Placement |
Placement.forName(java.lang.String name)
This method is similar to the valueOf() method offered by Java's Enum type, but
in this case it will match either the Enum's name or the longName. |
Placement |
BlockData.getPlacement()
Get an indicator detailing where this block should be included on the page. |
static Placement |
Placement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Placement[] |
Placement.values()
Returns an array containing the constants of this enum type, in
the order they're declared. |