Uses of Class
org.apache.fop.fo.flow.BasicLink
-
Packages that use BasicLink 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.rtf RTF (Rich Text Format) Output Support -
-
Uses of BasicLink in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type BasicLink Modifier and Type Method Description voidFO2StructureTreeConverter. endLink(BasicLink basicLink)voidFO2StructureTreeConverter. startLink(BasicLink basicLink) -
Uses of BasicLink in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type BasicLink Modifier and Type Method Description voidDelegatingFOEventHandler. endLink(BasicLink basicLink)voidFOEventHandler. endLink(BasicLink basicLink)Process end of a Link.voidDelegatingFOEventHandler. startLink(BasicLink basicLink)voidFOEventHandler. startLink(BasicLink basicLink)Process start of a Link. -
Uses of BasicLink in org.apache.fop.layoutmgr.inline
Constructors in org.apache.fop.layoutmgr.inline with parameters of type BasicLink Constructor Description BasicLinkLayoutManager(BasicLink node)Create an fo:basic-link layout manager. -
Uses of BasicLink in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type BasicLink Modifier and Type Method Description voidRTFHandler. endLink(BasicLink basicLink)Process end of a Link.voidRTFHandler. startLink(BasicLink basicLink)Process start of a Link.
-