Uses of Class
com.openhtmltopdf.layout.BoxBuilder.ChildBoxInfo
-
Packages that use BoxBuilder.ChildBoxInfo Package Description com.openhtmltopdf.layout -
-
Uses of BoxBuilder.ChildBoxInfo in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return BoxBuilder.ChildBoxInfo Modifier and Type Method Description private static BoxBuilder.ChildBoxInfo
BoxBuilder. lookForBlockContent(java.util.List<Styleable> styleables)
Methods in com.openhtmltopdf.layout with parameters of type BoxBuilder.ChildBoxInfo Modifier and Type Method Description private static BlockBox
BoxBuilder. createBlockBox(CalculatedStyle style, BoxBuilder.ChildBoxInfo info, boolean generated)
private static Styleable
BoxBuilder. createChildBlockBox(LayoutContext c, BoxBuilder.ChildBoxInfo info, org.w3c.dom.Element element, CalculatedStyle style)
private static void
BoxBuilder. createChildren(LayoutContext c, BlockBox blockParent, org.w3c.dom.Element parent, java.util.List<Styleable> children, BoxBuilder.ChildBoxInfo info, boolean inline)
private static void
BoxBuilder. createElementChild(LayoutContext c, org.w3c.dom.Element parent, BlockBox blockParent, org.w3c.dom.Node working, java.util.List<Styleable> children, BoxBuilder.ChildBoxInfo info, BoxBuilder.CreateChildrenContext context)
private static java.util.List<Styleable>
BoxBuilder. createGeneratedContent(LayoutContext c, org.w3c.dom.Element element, java.lang.String peName, CalculatedStyle style, PropertyValue property, BoxBuilder.ChildBoxInfo info)
Creates generated content boxes for pseudo elements such as::before
.private static java.util.List<Styleable>
BoxBuilder. createGeneratedContentList(LayoutContext c, org.w3c.dom.Element element, java.util.List<PropertyValue> values, java.lang.String peName, CalculatedStyle style, int mode, BoxBuilder.ChildBoxInfo info, java.util.List<Styleable> result)
private static java.util.List<Styleable>
BoxBuilder. createGeneratedMarginBoxContent(LayoutContext c, org.w3c.dom.Element element, PropertyValue property, CalculatedStyle style, BoxBuilder.ChildBoxInfo info)
private static void
BoxBuilder. createInlineChildren(LayoutContext c, org.w3c.dom.Element parent, java.util.List<Styleable> children, BoxBuilder.ChildBoxInfo info, BoxBuilder.CreateChildrenContext context, org.w3c.dom.Element element)
private static void
BoxBuilder. insertGeneratedContent(LayoutContext c, org.w3c.dom.Element element, CalculatedStyle parentStyle, java.lang.String peName, java.util.List<Styleable> children, BoxBuilder.ChildBoxInfo info)
private static void
BoxBuilder. resolveChildren(LayoutContext c, BlockBox owner, java.util.List<Styleable> children, BoxBuilder.ChildBoxInfo info)
private static void
BoxBuilder. resolveChildTableContent(LayoutContext c, BlockBox parent, java.util.List<Styleable> children, BoxBuilder.ChildBoxInfo info, IdentValue target)
Handles the situation when we find table content, but our parent is not table related.private static void
BoxBuilder. resolveTableContent(LayoutContext c, BlockBox parent, java.util.List<Styleable> children, BoxBuilder.ChildBoxInfo info)
Handles the situation when our current parent is table related.private static java.util.List<Styleable>
BoxBuilder. wrapGeneratedContent(LayoutContext c, org.w3c.dom.Element element, java.lang.String peName, CalculatedStyle style, BoxBuilder.ChildBoxInfo info, BoxBuilder.ChildBoxInfo childInfo, java.util.List<Styleable> inlineBoxes)
-