|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.properties.CommonMarginInline
public class CommonMarginInline
Store all common margin properties for inlines. See Sec. 7.11 of the XSL-FO Standard. Public "structure" allows direct member access.
Field Summary | |
---|---|
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 |
spaceEnd
The "space-end" property. |
SpaceProperty |
spaceStart
The "space-start" property. |
Constructor Summary | |
---|---|
CommonMarginInline(PropertyList pList)
Create a CommonMarginInline object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Length marginTop
public Length marginBottom
public Length marginLeft
public Length marginRight
public SpaceProperty spaceStart
public SpaceProperty spaceEnd
Constructor Detail |
---|
public CommonMarginInline(PropertyList pList) throws PropertyException
pList
- The PropertyList with propery values.
PropertyException
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |