Class Constants.Property.Alignment
- java.lang.Object
 - 
- com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property.Alignment
 
 
- 
- Enclosing class:
 - Constants.Property
 
public class Constants.Property.Alignment extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringBOTTOM_CENTERstatic StringBOTTOM_LEFTstatic StringBOTTOM_RIGHTstatic StringMIDDLE_CENTERstatic StringMIDDLE_LEFTstatic StringMIDDLE_RIGHTstatic StringTOP_CENTERstatic StringTOP_LEFTstatic StringTOP_RIGHT 
- 
Constructor Summary
Constructors Constructor Description Alignment() 
 - 
 
- 
- 
Field Detail
- 
TOP_RIGHT
public static final String TOP_RIGHT
- See Also:
 - Constant Field Values
 
 
- 
TOP_LEFT
public static final String TOP_LEFT
- See Also:
 - Constant Field Values
 
 
- 
TOP_CENTER
public static final String TOP_CENTER
- See Also:
 - Constant Field Values
 
 
- 
MIDDLE_RIGHT
public static final String MIDDLE_RIGHT
- See Also:
 - Constant Field Values
 
 
- 
MIDDLE_LEFT
public static final String MIDDLE_LEFT
- See Also:
 - Constant Field Values
 
 
- 
MIDDLE_CENTER
public static final String MIDDLE_CENTER
- See Also:
 - Constant Field Values
 
 
- 
BOTTOM_RIGHT
public static final String BOTTOM_RIGHT
- See Also:
 - Constant Field Values
 
 
- 
BOTTOM_LEFT
public static final String BOTTOM_LEFT
- See Also:
 - Constant Field Values
 
 
- 
BOTTOM_CENTER
public static final String BOTTOM_CENTER
- See Also:
 - Constant Field Values
 
 
 - 
 
 -