Uses of Class
org.apache.fop.layoutmgr.inline.HyphContext
-
Packages that use HyphContext Package Description org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. -
-
Uses of HyphContext in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return HyphContext Modifier and Type Method Description HyphContextLayoutContext. getHyphContext()Methods in org.apache.fop.layoutmgr with parameters of type HyphContext Modifier and Type Method Description voidLayoutContext. setHyphContext(HyphContext hyph) -
Uses of HyphContext in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline with parameters of type HyphContext Modifier and Type Method Description voidCharacterLayoutManager. hyphenate(Position pos, HyphContext hc)Tell the LM to hyphenate a wordvoidContentLayoutManager. hyphenate(Position pos, HyphContext hc)Tell the LM to hyphenate a wordvoidInlineContainerLayoutManager. hyphenate(Position pos, HyphContext hyphContext)voidInlineLevelLayoutManager. hyphenate(Position pos, HyphContext hyphContext)Tell the LM to hyphenate a wordvoidInlineStackingLayoutManager. hyphenate(Position pos, HyphContext hc)Tell the LM to hyphenate a wordvoidLeaderLayoutManager. hyphenate(Position pos, HyphContext hc)Tell the LM to hyphenate a wordvoidLeafNodeLayoutManager. hyphenate(Position pos, HyphContext hyphContext)Tell the LM to hyphenate a wordvoidTextLayoutManager. hyphenate(Position pos, HyphContext hyphContext)Tell the LM to hyphenate a word
-