| Package | Description |
|---|---|
| com.openhtmltopdf.layout | |
| com.openhtmltopdf.newtable | |
| com.openhtmltopdf.render |
| Modifier and Type | Method and Description |
|---|---|
static void |
BoxBuilder.insertGeneratedContent(LayoutContext c,
Element element,
CalculatedStyle parentStyle,
String peName,
List<Styleable> children,
BoxBuilder.ChildBoxInfo info) |
static void |
WhitespaceStripper.stripInlineContent(List<Styleable> inlineContent)
Strips whitespace early in inline content generation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableBox |
class |
TableCellBox |
class |
TableColumn
An object representing an element with
display: table-column or
display: table-column-group. |
class |
TableRowBox |
class |
TableSectionBox |
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousBlockBox
An anonymous block box as defined in the CSS spec.
|
class |
BlockBox
A block box as defined in the CSS spec.
|
class |
Box |
class |
FlowingColumnBox |
class |
FlowingColumnContainerBox |
class |
InlineBox
A class which represents a portion of an inline element.
|
class |
InlineLayoutBox
A
Box which contains the portion of an inline element layed out on a
single line. |
class |
LineBox
A line box contains a single line of text (or other inline content).
|
class |
MarginBox
A dummy box representing one side of the margin area of a page.
|
class |
ViewportBox
A dummy box representing the viewport
|
| Modifier and Type | Method and Description |
|---|---|
List<Styleable> |
BlockBox.getInlineContent()
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockBox.setInlineContent(List<Styleable> inlineContent)
Inline content is created by the box builder.
|
Copyright © 2004–2025. All rights reserved.