org.apache.fop.fo.properties
Class CommonMarginInline
java.lang.Object
org.apache.fop.fo.properties.CommonMarginInline
public class CommonMarginInline
extends java.lang.Object
Store all common margin properties for inlines.
See Sec. 7.11 of the XSL-FO Standard.
Public "structure" allows direct member access.
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.
spaceStart
public SpaceProperty spaceStart
The "space-start" property.
CommonMarginInline
public CommonMarginInline(PropertyList pList)
throws PropertyException
Create a CommonMarginInline object.
pList
- The PropertyList with propery values.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.