class |
AnonymousInlineBox |
A layout element that represents anonymous box,
see https://developer.mozilla.org/en-US/docs/Web/CSS/Visual_formatting_model#anonymous_boxes.
|
class |
Cell |
A Cell is one piece of data in an enclosing grid, the Table .
|
class |
Div |
A Div is a container object that defines a section in a document,
which will have some shared layout properties.
|
(package private) class |
FlexContainer |
|
class |
GridContainer |
|
class |
LineSeparator |
This is a line separator element which is basically just a horizontal line with
a style specified by ILineDrawer custom drawing interface instance.
|
class |
List |
A List is a layout element representing a series of objects that are vertically
outlined with the same or very similar layout properties, giving it a sense
of unity.
|
class |
ListItem |
A list item is a layout element that is one entry in a List .
|
class |
MulticolContainer |
represents a container of the column objects.
|
class |
Paragraph |
A layout element that represents a self-contained block of textual and
graphical information.
|
class |
Table |
A Table is a layout element that represents data in a two-dimensional
grid.
|