Package | Description |
---|---|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
org.apache.fop.layoutmgr.inline |
Layout managers for inline formatting objects and line building.
|
Modifier and Type | Method and Description |
---|---|
HyphContext |
LayoutContext.getHyphContext() |
Modifier and Type | Method and Description |
---|---|
void |
LayoutContext.setHyphContext(HyphContext hyph) |
Modifier and Type | Method and Description |
---|---|
void |
LeafNodeLayoutManager.hyphenate(Position pos,
HyphContext hyphContext)
Tell the LM to hyphenate a word
|
void |
ContentLayoutManager.hyphenate(Position pos,
HyphContext hc) |
void |
InlineStackingLayoutManager.hyphenate(Position pos,
HyphContext hc)
Tell the LM to hyphenate a word
|
void |
InlineLevelLayoutManager.hyphenate(Position pos,
HyphContext hyphContext)
Tell the LM to hyphenate a word
|
void |
TextLayoutManager.hyphenate(Position pos,
HyphContext hyphContext)
Tell the LM to hyphenate a word
|
void |
LeaderLayoutManager.hyphenate(Position pos,
HyphContext hc)
Tell the LM to hyphenate a word
|
void |
CharacterLayoutManager.hyphenate(Position pos,
HyphContext hc)
Tell the LM to hyphenate a word
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.