Package org.apache.fop.fo.properties
Class CommonMarginBlock
- java.lang.Object
-
- org.apache.fop.fo.properties.CommonMarginBlock
-
public class CommonMarginBlock extends java.lang.ObjectStore all common margin properties for blocks. See Sec. 7.10 of the XSL-FO Standard. Public "structure" allows direct member access.
-
-
Field Summary
Fields Modifier and Type Field Description LengthendIndentThe "end-indent" property.LengthmarginBottomThe "margin-bottom" property.LengthmarginLeftThe "margin-left" property.LengthmarginRightThe "margin-right" property.LengthmarginTopThe "margin-top" property.SpacePropertyspaceAfterThe "space-after" property.SpacePropertyspaceBeforeThe "space-before" property.LengthstartIndentThe "start-indent" property.
-
Constructor Summary
Constructors Constructor Description CommonMarginBlock(PropertyList pList)Create a CommonMarginBlock object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
marginTop
public Length marginTop
The "margin-top" 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.
-
spaceBefore
public SpaceProperty spaceBefore
The "space-before" property.
-
spaceAfter
public SpaceProperty spaceAfter
The "space-after" property.
-
startIndent
public Length startIndent
The "start-indent" property.
-
endIndent
public Length endIndent
The "end-indent" property.
-
-
Constructor Detail
-
CommonMarginBlock
public CommonMarginBlock(PropertyList pList) throws PropertyException
Create a CommonMarginBlock object.- Parameters:
pList- The PropertyList with propery values.- Throws:
PropertyException- if a property exception occurs
-
-