| Package | Description |
|---|---|
| com.openhtmltopdf.layout |
| Modifier and Type | Method and Description |
|---|---|
BlockFormattingContext |
LayoutContext.getBlockFormattingContext() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<BlockFormattingContext> |
LayoutState.getBFCs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Layer.addFloat(BlockBox floater,
BlockFormattingContext bfc) |
void |
FloatManager.clear(CssContext cssCtx,
BlockFormattingContext bfc,
Box box) |
void |
FloatManager.floatBox(LayoutContext c,
Layer layer,
BlockFormattingContext bfc,
BlockBox box) |
int |
FloatManager.getLeftFloatDistance(CssContext cssCtx,
BlockFormattingContext bfc,
LineBox line,
int containingBlockContentWidth) |
int |
FloatManager.getNextLineBoxDelta(CssContext cssCtx,
BlockFormattingContext bfc,
LineBox line,
int containingBlockContentWidth) |
int |
FloatManager.getRightFloatDistance(CssContext cssCtx,
BlockFormattingContext bfc,
LineBox line,
int containingBlockContentWidth) |
void |
LayoutContext.pushBFC(BlockFormattingContext bfc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LayoutState.equal(LinkedList<BlockFormattingContext> bfcs,
MarkerData markerData,
StyleTracker firstLetters,
StyleTracker firstLines,
String pageName,
int extraSpaceTop,
int extraSpaceBottom,
int noPageBreak) |
| Constructor and Description |
|---|
LayoutState(LinkedList<BlockFormattingContext> bfcs,
MarkerData currentMarkerData,
StyleTracker firstLetters,
StyleTracker firstLines) |
LayoutState(LinkedList<BlockFormattingContext> bfcs,
MarkerData markerData,
StyleTracker firstLetters,
StyleTracker firstLines,
String pageName,
int extraSpaceTop,
int extraSpaceBottom,
int noPageBreak) |
Copyright © 2004–2025. All rights reserved.