Uses of Class
com.openhtmltopdf.layout.BoxBuilder.ChildBoxInfo
Packages that use BoxBuilder.ChildBoxInfo
-
Uses of BoxBuilder.ChildBoxInfo in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return BoxBuilder.ChildBoxInfoModifier and TypeMethodDescriptionprivate static BoxBuilder.ChildBoxInfoBoxBuilder.lookForBlockContent(List<Styleable> styleables) Methods in com.openhtmltopdf.layout with parameters of type BoxBuilder.ChildBoxInfoModifier and TypeMethodDescriptionprivate static BlockBoxBoxBuilder.createBlockBox(CalculatedStyle style, BoxBuilder.ChildBoxInfo info, boolean generated) private static StyleableBoxBuilder.createChildBlockBox(LayoutContext c, BoxBuilder.ChildBoxInfo info, Element element, CalculatedStyle style) private static voidBoxBuilder.createChildren(LayoutContext c, BlockBox blockParent, Element parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info, boolean inline) private static voidBoxBuilder.createElementChild(LayoutContext c, Element parent, BlockBox blockParent, Node working, List<Styleable> children, BoxBuilder.ChildBoxInfo info, BoxBuilder.CreateChildrenContext context) BoxBuilder.createGeneratedContent(LayoutContext c, Element element, String peName, CalculatedStyle style, PropertyValue property, BoxBuilder.ChildBoxInfo info) Creates generated content boxes for pseudo elements such as::before.BoxBuilder.createGeneratedContentList(LayoutContext c, Element element, List<PropertyValue> values, String peName, CalculatedStyle style, int mode, BoxBuilder.ChildBoxInfo info, List<Styleable> result) BoxBuilder.createGeneratedMarginBoxContent(LayoutContext c, Element element, PropertyValue property, CalculatedStyle style, BoxBuilder.ChildBoxInfo info) private static voidBoxBuilder.createInlineChildren(LayoutContext c, Element parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info, BoxBuilder.CreateChildrenContext context, Element element) private static voidBoxBuilder.insertGeneratedContent(LayoutContext c, Element element, CalculatedStyle parentStyle, String peName, List<Styleable> children, BoxBuilder.ChildBoxInfo info) private static voidBoxBuilder.resolveChildren(LayoutContext c, BlockBox owner, List<Styleable> children, BoxBuilder.ChildBoxInfo info) private static voidBoxBuilder.resolveChildTableContent(LayoutContext c, BlockBox parent, 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 voidBoxBuilder.resolveTableContent(LayoutContext c, BlockBox parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info) Handles the situation when our current parent is table related.BoxBuilder.wrapGeneratedContent(LayoutContext c, Element element, String peName, CalculatedStyle style, BoxBuilder.ChildBoxInfo info, BoxBuilder.ChildBoxInfo childInfo, List<Styleable> inlineBoxes)