|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.properties.CommonAbsolutePosition
public class CommonAbsolutePosition
Store all common absolute position properties. See Sec. 7.5 of the XSL-FO Standard. Public "structure" allows direct member access.
Field Summary | |
---|---|
int |
absolutePosition
The "absolute-position" property. |
Length |
bottom
The "bottom" property. |
Length |
left
The "left" property. |
Length |
right
The "right" property. |
Length |
top
The "top" property. |
Constructor Summary | |
---|---|
CommonAbsolutePosition(PropertyList pList)
Create a CommonAbsolutePosition object. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int absolutePosition
public Length top
public Length right
public Length bottom
public Length left
Constructor Detail |
---|
public CommonAbsolutePosition(PropertyList pList) throws PropertyException
pList
- The PropertyList with propery values.
PropertyException
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |