Uses of Interface
com.openhtmltopdf.layout.Styleable
Packages that use Styleable
-
Uses of Styleable in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return StyleableModifier and TypeMethodDescriptionprivate static Styleable
BoxBuilder.createChildBlockBox
(LayoutContext c, BoxBuilder.ChildBoxInfo info, Element element, CalculatedStyle style) Methods in com.openhtmltopdf.layout that return types with arguments of type StyleableModifier and TypeMethodDescriptionBoxBuilder.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) BoxBuilder.wrapGeneratedContent
(LayoutContext c, Element element, String peName, CalculatedStyle style, BoxBuilder.ChildBoxInfo info, BoxBuilder.ChildBoxInfo childInfo, List<Styleable> inlineBoxes) Methods in com.openhtmltopdf.layout with parameters of type StyleableModifier and TypeMethodDescriptionprivate static boolean
WhitespaceStripper.canCollapseThrough
(Styleable styleable) private static void
BoxBuilder.createColumnContainer
(LayoutContext c, Styleable child, Element element, CalculatedStyle style) private static boolean
BoxBuilder.isTableRowOrRowGroup
(Styleable child) Method parameters in com.openhtmltopdf.layout with type arguments of type StyleableModifier and TypeMethodDescriptionprivate static boolean
BoxBuilder.containsOrphanedTableContent
(List<Styleable> children) private static void
BoxBuilder.createAnonymousBlock
(SharedContext c, Box parent, List<Styleable> inline, List<InlineBox> savedParents) private static void
BoxBuilder.createAnonymousBlock
(SharedContext c, Box parent, List<Styleable> inline, List<InlineBox> savedParents, IdentValue display) private static void
BoxBuilder.createAnonymousTableContent
(LayoutContext c, BlockBox source, IdentValue next, List<Styleable> childrenForAnonymous, List<Styleable> childrenWithAnonymous) private static void
BoxBuilder.createChildren
(LayoutContext c, BlockBox blockParent, Element parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info, boolean inline) private static void
BoxBuilder.createElementChild
(LayoutContext c, Element parent, BlockBox blockParent, Node working, List<Styleable> children, BoxBuilder.ChildBoxInfo info, BoxBuilder.CreateChildrenContext context) private static void
BoxBuilder.createInlineChildren
(LayoutContext c, Element parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info, BoxBuilder.CreateChildrenContext context, Element element) private static InlineBox
BoxBuilder.doBidi
(LayoutContext c, Text textNode, Element parent, CalculatedStyle parentStyle, InlineBox previousIB, List<Styleable> children) Attempts to divide a Text node further into directional text runs, either LTR or RTL.private static InlineBox
BoxBuilder.doFakeBidi
(LayoutContext c, Text textNode, Element parent, CalculatedStyle parentStyle, InlineBox previousIB, List<Styleable> children) private static void
BoxBuilder.insertAnonymousBlocks
(SharedContext c, Box parent, List<Styleable> children, boolean layoutRunningBlocks) private static void
BoxBuilder.insertGeneratedContent
(LayoutContext c, Element element, CalculatedStyle parentStyle, String peName, List<Styleable> children, BoxBuilder.ChildBoxInfo info) private static boolean
BoxBuilder.isAllProperTableNesting
(IdentValue parentDisplay, List<Styleable> children) private static BoxBuilder.ChildBoxInfo
BoxBuilder.lookForBlockContent
(List<Styleable> styleables) private static void
BoxBuilder.rebalanceInlineContent
(List<Styleable> content) Makes sure that anyInlineBox
incontent
both starts and ends withincontent
.private static void
BoxBuilder.resolveChildren
(LayoutContext c, BlockBox owner, List<Styleable> children, BoxBuilder.ChildBoxInfo info) private static void
BoxBuilder.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 void
BoxBuilder.resolveTableContent
(LayoutContext c, BlockBox parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info) Handles the situation when our current parent is table related.private static void
BoxBuilder.stripAllWhitespace
(List<Styleable> content) static void
WhitespaceStripper.stripInlineContent
(List<Styleable> inlineContent) Strips whitespace early in inline content generation.private static void
WhitespaceStripper.stripTextContent
(List<Styleable> stripped) BoxBuilder.wrapGeneratedContent
(LayoutContext c, Element element, String peName, CalculatedStyle style, BoxBuilder.ChildBoxInfo info, BoxBuilder.ChildBoxInfo childInfo, List<Styleable> inlineBoxes) -
Uses of Styleable in com.openhtmltopdf.newtable
Classes in com.openhtmltopdf.newtable that implement StyleableModifier and TypeClassDescriptionclass
class
class
An object representing an element withdisplay: table-column
ordisplay: table-column-group
.class
class
-
Uses of Styleable in com.openhtmltopdf.render
Classes in com.openhtmltopdf.render that implement StyleableModifier and TypeClassDescriptionclass
An anonymous block box as defined in the CSS spec.class
A block box as defined in the CSS spec.class
class
class
class
A class which represents a portion of an inline element.class
ABox
which contains the portion of an inline element layed out on a single line.class
A line box contains a single line of text (or other inline content).class
A dummy box representing one side of the margin area of a page.class
A dummy box representing the viewportFields in com.openhtmltopdf.render with type parameters of type StyleableMethods in com.openhtmltopdf.render that return types with arguments of type StyleableMethods in com.openhtmltopdf.render with parameters of type StyleableModifier and TypeMethodDescriptionprivate static boolean
AnonymousBlockBox.isOutOfFlow
(Styleable s) Method parameters in com.openhtmltopdf.render with type arguments of type StyleableModifier and TypeMethodDescriptionvoid
BlockBox.setInlineContent
(List<Styleable> inlineContent) Inline content is created by the box builder.