Package | Description |
---|---|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
org.apache.fop.layoutmgr.inline |
Layout managers for inline formatting objects and line building.
|
org.apache.fop.layoutmgr.table |
Layout managers for tables.
|
Modifier and Type | Method and Description |
---|---|
void |
FlowLayoutManager.discardSpace(KnuthGlue spaceGlue)
Discard space.
|
void |
BlockLevelLayoutManager.discardSpace(KnuthGlue spaceGlue)
Discard space.
|
void |
BlockContainerLayoutManager.discardSpace(KnuthGlue spaceGlue)
Discard space.
|
void |
BlockStackingLayoutManager.discardSpace(KnuthGlue spaceGlue)
Discard space.
|
protected void |
BreakingAlgorithm.handleGlueAt(KnuthGlue glue,
int position,
boolean previousIsBox,
int allowedBreaks)
Handle a
KnuthGlue at the given position,
taking into account the additional parameters. |
Modifier and Type | Method and Description |
---|---|
void |
LineLayoutManager.discardSpace(KnuthGlue spaceGlue)
Discard space.
|
Modifier and Type | Method and Description |
---|---|
void |
TableLayoutManager.discardSpace(KnuthGlue spaceGlue)
Discard space.
|
void |
TableCellLayoutManager.discardSpace(KnuthGlue spaceGlue)
Discard space.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.