|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommonPositionPa
The "top", "bottom", "left", and "right" properties, part of both the XSL-FO Common Absolute Position properties and the XSL-FO Common Relative Position properties.
| Field Summary | |
|---|---|
static int |
ABSOLUTE_POSITION_AUTO
Used by FO Properties "top", "bottom", "left", and "right" to indicate that the value is "auto". |
| Method Summary | |
|---|---|
int |
traitBottom(FoContext context)
Returns the "bottom" trait for this FO. |
int |
traitLeft(FoContext context)
Returns the "left" trait for this FO. |
int |
traitRight(FoContext context)
Returns the "right" trait for this FO. |
int |
traitTop(FoContext context)
Returns the "top" trait for this FO. |
| Field Detail |
|---|
static final int ABSOLUTE_POSITION_AUTO
| Method Detail |
|---|
int traitTop(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
ABSOLUTE_POSITION_AUTO for "auto".int traitRight(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
ABSOLUTE_POSITION_AUTO for "auto".int traitBottom(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
ABSOLUTE_POSITION_AUTO for "auto".int traitLeft(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
ABSOLUTE_POSITION_AUTO for "auto".
|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.