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
Fields in org.apache.fop.layoutmgr declared as HyphContext Modifier and Type Field Description private HyphContextLayoutContext. hyphContextCurrent hyphenation context.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 that return HyphContext Modifier and Type Method Description private HyphContextLineLayoutManager. getHyphenContext(java.lang.StringBuffer sbChars)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
-