|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Alignment | |
org.apache.ecs.wml |
Uses of Alignment in org.apache.ecs.wml |
Fields in org.apache.ecs.wml declared as Alignment | |
static Alignment |
Alignment.LEFT
|
static Alignment |
Alignment.RIGHT
|
static Alignment |
Alignment.CENTER
|
static Alignment |
Alignment.TOP
|
static Alignment |
Alignment.MIDDLE
|
static Alignment |
Alignment.BOTTOM
|
Methods in org.apache.ecs.wml with parameters of type Alignment | |
Img |
Img.setAlignment(Alignment align)
Sets the align="" attribute |
PSingle |
PSingle.setAlignment(Alignment alignType)
Sets the align="" attribute |
P |
P.setAlignment(Alignment alignType)
Sets the align="" attribute |
Constructors in org.apache.ecs.wml with parameters of type Alignment | |
PSingle(Alignment alignType,
Mode modeType)
Use the set* methods to set the values of the attributes. |
|
P(Alignment alignType)
Constructor sets the alignType attribute. |
|
P(Alignment alignType,
Mode modeType)
Use the set* methods to set the values of the attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |