Uses of Class
org.apache.fop.fo.flow.AbstractListItemPart
-
Packages that use AbstractListItemPart Package Description org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.layoutmgr.list Layout managers for lists. -
-
Uses of AbstractListItemPart in org.apache.fop.fo.flow
Subclasses of AbstractListItemPart in org.apache.fop.fo.flow Modifier and Type Class Description class
ListItemBody
Class modelling the list itemfo:list-item-body object
.class
ListItemLabel
Class modelling the list itemfo:list-item-label
object. -
Uses of AbstractListItemPart in org.apache.fop.layoutmgr.list
Methods in org.apache.fop.layoutmgr.list that return AbstractListItemPart Modifier and Type Method Description protected AbstractListItemPart
ListItemContentLayoutManager. getPartFO()
Convenience method.
-