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 voidFO2StructureTreeConverter. endListBody(ListItemBody listItemBody)voidFO2StructureTreeConverter. 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 voidDelegatingFOEventHandler. endListBody(ListItemBody listItemBody)voidFOEventHandler. endListBody(ListItemBody listItemBody)Process end of a ListBody.voidDelegatingFOEventHandler. startListBody(ListItemBody listItemBody)voidFOEventHandler. 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 ListItemBodyListItem. 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 voidListItemLayoutManager. 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 voidRTFHandler. endListBody(ListItemBody listItemBody)Process end of a ListBody.voidRTFHandler. startListBody(ListItemBody listItemBody)Process start of a ListBody.
-