Uses of Class
org.apache.fop.fo.flow.ListItemLabel
-
Packages that use ListItemLabel 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 ListItemLabel in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type ListItemLabel Modifier and Type Method Description void
FO2StructureTreeConverter. endListLabel(ListItemLabel listItemLabel)
void
FO2StructureTreeConverter. startListLabel(ListItemLabel listItemLabel)
-
Uses of ListItemLabel in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type ListItemLabel Modifier and Type Method Description void
DelegatingFOEventHandler. endListLabel(ListItemLabel listItemLabel)
void
FOEventHandler. endListLabel(ListItemLabel listItemLabel)
Process end of a ListLabel.void
DelegatingFOEventHandler. startListLabel(ListItemLabel listItemLabel)
void
FOEventHandler. startListLabel(ListItemLabel listItemLabel)
Process start of a ListLabel. -
Uses of ListItemLabel in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that return ListItemLabel Modifier and Type Method Description ListItemLabel
ListItem. getLabel()
-
Uses of ListItemLabel in org.apache.fop.layoutmgr.list
Methods in org.apache.fop.layoutmgr.list with parameters of type ListItemLabel Modifier and Type Method Description void
ListItemLayoutManager. setLabel(ListItemLabel node)
Create a LM for the fo:list-item-label objectConstructors in org.apache.fop.layoutmgr.list with parameters of type ListItemLabel Constructor Description ListItemContentLayoutManager(ListItemLabel node)
Create a new Cell layout manager. -
Uses of ListItemLabel in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type ListItemLabel Modifier and Type Method Description void
RTFHandler. endListLabel(ListItemLabel listItemLabel)
Process end of a ListLabel.void
RTFHandler. startListLabel(ListItemLabel listItemLabel)
Process start of a ListLabel.
-