Package | Description |
---|---|
org.apache.fop.accessibility.fo | |
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 |
FO2StructureTreeConverter.endList(ListBlock lb) |
void |
FO2StructureTreeConverter.startList(ListBlock lb) |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingFOEventHandler.endList(ListBlock lb) |
void |
FOEventHandler.endList(ListBlock lb) |
void |
DelegatingFOEventHandler.startList(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-2012 The Apache Software Foundation. All Rights Reserved.