Uses of Class
org.apache.fop.fo.flow.ListItemBody
-
Packages that use ListItemBody Package Description org.apache.fop.accessibility.fo org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.layoutmgr.list Layout managers for lists.org.apache.fop.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of ListItemBody in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type ListItemBody Modifier and Type Method Description void
FO2StructureTreeConverter. endListBody(ListItemBody listItemBody)
void
FO2StructureTreeConverter. startListBody(ListItemBody listItemBody)
-
Uses of ListItemBody in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type ListItemBody Modifier and Type Method Description void
DelegatingFOEventHandler. endListBody(ListItemBody listItemBody)
void
FOEventHandler. endListBody(ListItemBody listItemBody)
Process end of a ListBody.void
DelegatingFOEventHandler. startListBody(ListItemBody listItemBody)
void
FOEventHandler. startListBody(ListItemBody listItemBody)
Process start of a ListBody. -
Uses of ListItemBody in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that return ListItemBody Modifier and Type Method Description ListItemBody
ListItem. getBody()
-
Uses of ListItemBody in org.apache.fop.layoutmgr.list
Methods in org.apache.fop.layoutmgr.list with parameters of type ListItemBody Modifier and Type Method Description void
ListItemLayoutManager. setBody(ListItemBody node)
Create a LM for the fo:list-item-body objectConstructors in org.apache.fop.layoutmgr.list with parameters of type ListItemBody Constructor Description ListItemContentLayoutManager(ListItemBody node)
Create a new Cell layout manager. -
Uses of ListItemBody in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type ListItemBody Modifier and Type Method Description void
RTFHandler. endListBody(ListItemBody listItemBody)
Process end of a ListBody.void
RTFHandler. startListBody(ListItemBody listItemBody)
Process start of a ListBody.
-