Package | Description |
---|---|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.layoutmgr.list |
Layout managers for lists.
|
org.apache.fop.render.mif |
MIF Output Support
|
org.apache.fop.render.rtf |
RTF (Rich Text Format) Output Support
|
Modifier and Type | Method and Description |
---|---|
void |
FOEventHandler.endList(ListBlock lb) |
void |
FOEventHandler.startList(ListBlock lb) |
Modifier and Type | Method and Description |
---|---|
protected ListBlock |
ListBlockLayoutManager.getListBlockFO()
Convenience method.
|
Constructor and Description |
---|
ListBlockLayoutManager(ListBlock node)
Create a new list block layout manager.
|
Modifier and Type | Method and Description |
---|---|
void |
MIFHandler.endList(ListBlock lb) |
void |
MIFHandler.startList(ListBlock lb) |
Modifier and Type | Method and Description |
---|---|
void |
RTFHandler.endList(ListBlock lb) |
void |
RTFHandler.startList(ListBlock lb) |
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.