org.apache.fop.fo.properties

Class 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.

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

String
toString()

Field Details

absolutePosition

public int absolutePosition
The "absolute-position" property.

bottom

public Length bottom
The "bottom" property.

left

public Length left
The "left" property.

right

public Length right
The "right" property.

top

public Length top
The "top" property.

Constructor Details

CommonAbsolutePosition

public CommonAbsolutePosition(PropertyList pList)
            throws PropertyException
Create a CommonAbsolutePosition object.
Parameters:
pList - The PropertyList with propery values.

Method Details

toString

public String toString()

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.