Package org.apache.fop.fo.properties
Class CommonAbsolutePosition
- java.lang.Object
-
- org.apache.fop.fo.properties.CommonAbsolutePosition
-
public class CommonAbsolutePosition extends java.lang.Object
Store all common absolute position properties. See Sec. 7.5 of the XSL-FO Standard. Public "structure" allows direct member access.
-
-
Constructor Summary
Constructors Constructor Description CommonAbsolutePosition(PropertyList pList)
Create a CommonAbsolutePosition object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Constructor Detail
-
CommonAbsolutePosition
public CommonAbsolutePosition(PropertyList pList) throws PropertyException
Create a CommonAbsolutePosition object.- Parameters:
pList
- The PropertyList with propery values.- Throws:
PropertyException
- if a property exception is raised
-
-