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 HyphContext
LayoutContext. hyphContext
Current hyphenation context.Methods in org.apache.fop.layoutmgr that return HyphContext Modifier and Type Method Description HyphContext
LayoutContext. getHyphContext()
Methods in org.apache.fop.layoutmgr with parameters of type HyphContext Modifier and Type Method Description void
LayoutContext. 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 HyphContext
LineLayoutManager. getHyphenContext(java.lang.StringBuffer sbChars)
Methods in org.apache.fop.layoutmgr.inline with parameters of type HyphContext Modifier and Type Method Description void
CharacterLayoutManager. hyphenate(Position pos, HyphContext hc)
Tell the LM to hyphenate a wordvoid
ContentLayoutManager. hyphenate(Position pos, HyphContext hc)
Tell the LM to hyphenate a wordvoid
InlineContainerLayoutManager. hyphenate(Position pos, HyphContext hyphContext)
void
InlineLevelLayoutManager. hyphenate(Position pos, HyphContext hyphContext)
Tell the LM to hyphenate a wordvoid
InlineStackingLayoutManager. hyphenate(Position pos, HyphContext hc)
Tell the LM to hyphenate a wordvoid
LeaderLayoutManager. hyphenate(Position pos, HyphContext hc)
Tell the LM to hyphenate a wordvoid
LeafNodeLayoutManager. hyphenate(Position pos, HyphContext hyphContext)
Tell the LM to hyphenate a wordvoid
TextLayoutManager. hyphenate(Position pos, HyphContext hyphContext)
Tell the LM to hyphenate a word
-