Uses of Class
com.ail.core.document.model.Placement

Packages that use Placement
com.ail.core.document.model   
 

Uses of Placement in com.ail.core.document.model
 

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.
 

Methods in com.ail.core.document.model with parameters of type Placement
 void BlockData.setPlacement(Placement position)