Uses of Class
org.apache.fop.fo.flow.ListBlock
-
Packages that use ListBlock 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 Supportorg.apache.fop.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of ListBlock in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type ListBlock Modifier and Type Method Description voidFO2StructureTreeConverter. endList(ListBlock lb)voidStructureTreeEventTrigger. endList(ListBlock lb)voidFO2StructureTreeConverter. startList(ListBlock lb)voidStructureTreeEventTrigger. startList(ListBlock lb) -
Uses of ListBlock in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type ListBlock Modifier and Type Method Description voidDelegatingFOEventHandler. endList(ListBlock lb)voidFOEventHandler. endList(ListBlock lb)voidDelegatingFOEventHandler. startList(ListBlock lb)voidFOEventHandler. startList(ListBlock lb) -
Uses of ListBlock in org.apache.fop.layoutmgr.list
Methods in org.apache.fop.layoutmgr.list that return ListBlock Modifier and Type Method Description protected ListBlockListBlockLayoutManager. getListBlockFO()Convenience method.Constructors in org.apache.fop.layoutmgr.list with parameters of type ListBlock Constructor Description ListBlockLayoutManager(ListBlock node)Create a new list block layout manager. -
Uses of ListBlock in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type ListBlock Modifier and Type Method Description voidMIFHandler. endList(ListBlock lb)voidMIFHandler. startList(ListBlock lb) -
Uses of ListBlock in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type ListBlock Modifier and Type Method Description (package private) static RtfAttributesListAttributesConverter. convertAttributes(ListBlock fobj)Reads an FO object's properties and adds returns them as RtfAttributes.voidRTFHandler. endList(ListBlock lb)voidRTFHandler. startList(ListBlock lb)
-