org.apache.fop.layout
Class MarginInlineProps

java.lang.Object
  extended byorg.apache.fop.layout.MarginInlineProps

public class MarginInlineProps
extends 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
MarginInlineProps()
           
 
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

MarginInlineProps

public MarginInlineProps()


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