org.apache.fop.layout
Class MarginProps

java.lang.Object
  |
  +--org.apache.fop.layout.MarginProps

public class MarginProps
extends java.lang.Object

Store all hyphenation related properties on an FO. Public "structure" allows direct member access.


Field Summary
 int endIndent
           
 int marginBottom
           
 int marginLeft
           
 int marginRight
           
 int marginTop
           
 int spaceAfter
           
 int spaceBefore
           
 int startIndent
           
 
Constructor Summary
MarginProps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

marginTop

public int marginTop

marginBottom

public int marginBottom

marginLeft

public int marginLeft

marginRight

public int marginRight

spaceBefore

public int spaceBefore

spaceAfter

public int spaceAfter

startIndent

public int startIndent

endIndent

public int endIndent
Constructor Detail

MarginProps

public MarginProps()


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.