org.apache.fop.fo.properties
Class CommonMarginBlock
java.lang.Object
org.apache.fop.fo.properties.CommonMarginBlock
public class CommonMarginBlock
extends java.lang.Object
Store all common margin properties for blocks.
See Sec. 7.10 of the XSL-FO Standard.
Public "structure" allows direct member access.
endIndent
public Length endIndent
The "end-indent" property.
marginBottom
public Length marginBottom
The "margin-bottom" property.
marginLeft
public Length marginLeft
The "margin-left" property.
marginRight
public Length marginRight
The "margin-right" property.
marginTop
public Length marginTop
The "margin-top" property.
spaceAfter
public SpaceProperty spaceAfter
The "space-after" property.
spaceBefore
public SpaceProperty spaceBefore
The "space-before" property.
startIndent
public Length startIndent
The "start-indent" property.
CommonMarginBlock
public CommonMarginBlock(PropertyList pList)
throws PropertyException
Create a CommonMarginBlock object.
pList
- The PropertyList with propery values.
toString
public String toString()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.