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 |
---|---|
static List<FloatContentLayoutManager> |
FloatContentLayoutManager.checkForFloats(List<ListElement> elemenList,
int startIndex,
int endIndex)
{Add info}
|
List<FloatContentLayoutManager> |
KnuthBlockBox.getFloatContentLMs() |
Constructor and Description |
---|
KnuthBlockBox(int width,
List list,
Position pos,
boolean auxiliary,
List<FloatContentLayoutManager> fclms) |
Modifier and Type | Method and Description |
---|---|
FloatContentLayoutManager |
KnuthInlineBox.getFloatContentLM() |
Modifier and Type | Method and Description |
---|---|
void |
KnuthInlineBox.setFloatContentLM(FloatContentLayoutManager fclm) |
Copyright © 2025 Apache Software Foundation. All rights reserved.