Package org.apache.fop.fo.properties
Class CommonRelativePosition
- java.lang.Object
-
- org.apache.fop.fo.properties.CommonRelativePosition
-
public class CommonRelativePosition extends java.lang.Object
Store all common relative position properties. See Sec 7.12 of the XSL-FO Standard. Public "structure" allows direct member access.
-
-
Constructor Summary
Constructors Constructor Description CommonRelativePosition(PropertyList pList)
Create a CommonRelativePosition object.
-
-
-
Constructor Detail
-
CommonRelativePosition
public CommonRelativePosition(PropertyList pList) throws PropertyException
Create a CommonRelativePosition object.- Parameters:
pList
- The PropertyList with propery values.- Throws:
PropertyException
- if a property exception occurs
-
-