Uses of Class
org.apache.fop.fo.flow.Leader
-
Packages that use Leader Package Description org.apache.fop.accessibility.fo org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building.org.apache.fop.render.mif MIF Output Supportorg.apache.fop.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of Leader in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type Leader Modifier and Type Method Description voidFO2StructureTreeConverter. endLeader(Leader l)voidFO2StructureTreeConverter. startLeader(Leader l) -
Uses of Leader in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type Leader Modifier and Type Method Description voidDelegatingFOEventHandler. endLeader(Leader l)voidFOEventHandler. endLeader(Leader l)Process the end of a Leader.voidDelegatingFOEventHandler. startLeader(Leader l)voidFOEventHandler. startLeader(Leader l)Process the start of a Leader. -
Uses of Leader in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as Leader Modifier and Type Field Description private LeaderLeaderLayoutManager. fobjConstructors in org.apache.fop.layoutmgr.inline with parameters of type Leader Constructor Description LeaderLayoutManager(Leader node)Constructor -
Uses of Leader in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type Leader Modifier and Type Method Description voidMIFHandler. endLeader(Leader l)Process the end of a Leader.voidMIFHandler. startLeader(Leader l)Process the start of a Leader. -
Uses of Leader in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type Leader Modifier and Type Method Description static RtfAttributesTextAttributesConverter. convertLeaderAttributes(Leader fobj, PercentBaseContext context)Converts FO properties used by RtfLeader to RtfAttributes.voidRTFHandler. startLeader(Leader l)Process the start of a Leader.
-