|
fop 0.93 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.properties.CommonMarginBlock
Store all common margin properties for blocks. See Sec. 7.10 of the XSL-FO Standard. Public "structure" allows direct member access.
Field Summary | |
Length |
endIndent
The "end-indent" property. |
Length |
marginBottom
The "margin-bottom" property. |
Length |
marginLeft
The "margin-left" property. |
Length |
marginRight
The "margin-right" property. |
Length |
marginTop
The "margin-top" property. |
SpaceProperty |
spaceAfter
The "space-after" property. |
SpaceProperty |
spaceBefore
The "space-before" property. |
Length |
startIndent
The "start-indent" property. |
Constructor Summary | |
CommonMarginBlock(PropertyList pList)
Create a CommonMarginBlock object. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Length marginTop
public Length marginBottom
public Length marginLeft
public Length marginRight
public SpaceProperty spaceBefore
public SpaceProperty spaceAfter
public Length startIndent
public Length endIndent
Constructor Detail |
public CommonMarginBlock(PropertyList pList) throws PropertyException
pList
- The PropertyList with propery values.Method Detail |
public java.lang.String toString()
Object.toString()
|
fop 0.93 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |