fop 0.95

org.apache.fop.traits
Class BlockProps

java.lang.Object
  extended by org.apache.fop.traits.BlockProps

public class BlockProps
extends java.lang.Object

Store all block-level layout properties on an FO. Public "structure" allows direct member access.


Field Summary
 Length firstIndent
           
 int lastIndent
           
 int lineStackType
           
 int textAlign
           
 int textAlignLast
           
 
Constructor Summary
BlockProps()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstIndent

public Length firstIndent

lastIndent

public int lastIndent

textAlign

public int textAlign

textAlignLast

public int textAlignLast

lineStackType

public int lineStackType
Constructor Detail

BlockProps

public BlockProps()

fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.