Package com.openhtmltopdf.layout
Class BoxBuilder.CreateChildrenContext
java.lang.Object
com.openhtmltopdf.layout.BoxBuilder.CreateChildrenContext
- Enclosing class:
BoxBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) boolean
(package private) boolean
(package private) final CalculatedStyle
(package private) InlineBox
-
Constructor Summary
ConstructorsConstructorDescriptionCreateChildrenContext
(boolean needStartText, boolean needEndText, CalculatedStyle parentStyle, boolean inline) -
Method Summary
-
Field Details
-
needStartText
boolean needStartText -
needEndText
boolean needEndText -
inline
boolean inline -
previousIB
InlineBox previousIB -
parentStyle
-
-
Constructor Details
-
CreateChildrenContext
CreateChildrenContext(boolean needStartText, boolean needEndText, CalculatedStyle parentStyle, boolean inline)
-