org.apache.fop.fo.flow
Class ListBlock

org.apache.fop.fo.FONode
  |
  +--org.apache.fop.fo.FObj
        |
        +--org.apache.fop.fo.flow.ListBlock

public class ListBlock
extends FObj


Inner Class Summary
 public static classListBlock.Maker
           

Inner classes inherited from class org.apache.fop.fo.FObj
FObj.Maker

Field Summary
 (package private) intalign
           
 (package private) intalignLast
           
 (package private) ColorTypebackgroundColor
           
 (package private) intbreakAfter
           
 (package private) intbreakBefore
           
 (package private) intendIndent
           
 (package private) FontStatefs
           
 (package private) intlineHeight
           
 (package private) intprovisionalDistanceBetweenStarts
           
 (package private) intprovisionalLabelSeparation
           
 (package private) intspaceAfter
           
 (package private) intspaceBefore
           
 (package private) intspaceBetweenListRows
           
 (package private) intstartIndent
           

Fields inherited from class org.apache.fop.fo.FObj
properties

Fields inherited from class org.apache.fop.fo.FONode
BREAK_AFTER, children, START

Constructor Summary
ListBlock(FObj parent, PropertyList propertyList)
           

Method Summary
 Statuslayout(Area area)
           
 static FObj.Makermaker()
           
 voidsetBodyIndent(int indent)
           

Methods inherited from class org.apache.fop.fo.FObj
generatesReferenceAreas, getContentWidth, getName, getProperty, removeID

Methods inherited from class org.apache.fop.fo.FONode
forceStartOffset, forceWidth, getLinkSet, getMarkerSnapshot, getParent, removeAreas, resetMarker, rollback, setDistanceBetweenStarts, setIsInLabel, setIsInListBody, setIsInTableCell, setLabelSeparation, setLinkSet, setOrphans, setWidows

Field Detail

align

int align

alignLast

int alignLast

backgroundColor

ColorType backgroundColor

breakAfter

int breakAfter

breakBefore

int breakBefore

endIndent

int endIndent

fs

FontState fs

lineHeight

int lineHeight

provisionalDistanceBetweenStarts

int provisionalDistanceBetweenStarts

provisionalLabelSeparation

int provisionalLabelSeparation

spaceAfter

int spaceAfter

spaceBefore

int spaceBefore

spaceBetweenListRows

int spaceBetweenListRows

startIndent

int startIndent
Constructor Detail

ListBlock

public ListBlock(FObj parent, PropertyList propertyList)
Method Detail

layout

public Status layout(Area area)
throws org.apache.fop.apps.FOPException

maker

public static FObj.Maker maker()

setBodyIndent

public void setBodyIndent(int indent)

Association Links

to Class org.apache.fop.layout.FontState

to Class org.apache.fop.datatypes.ColorType