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.
bottom
public Length bottom
The "bottom" property.
left
public Length left
The "left" property.
relativePosition
public int relativePosition
The "relative-position" property.
right
public Length right
The "right" property.
top
public Length top
The "top" property.
CommonRelativePosition
public CommonRelativePosition(PropertyList pList)
throws PropertyException
Create a CommonRelativePosition object.
pList
- The PropertyList with propery values.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.