Uses of Class
com.openhtmltopdf.css.newmatch.CascadedStyle
Packages that use CascadedStyle
Package
Description
-
Uses of CascadedStyle in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context that return CascadedStyleModifier and TypeMethodDescriptionStyleReference.getCascadedStyle(Element e, boolean restyle) Gets the CascadedStyle for an element.StyleReference.getPseudoElementStyle(Node node, String pseudoElement) Gets the pseudoElementStyle attribute of the StyleReference object -
Uses of CascadedStyle in com.openhtmltopdf.css.newmatch
Fields in com.openhtmltopdf.css.newmatch declared as CascadedStyleModifier and TypeFieldDescriptionstatic final CascadedStyleCascadedStyle.emptyCascadedStyleGet an empty singleton, used to negate inheritance of propertiesMethods in com.openhtmltopdf.css.newmatch that return CascadedStyleModifier and TypeMethodDescriptionstatic CascadedStyleCascadedStyle.createAnonymousStyle(IdentValue display) Creates an otherwise emptyCascadedStyle, setting the display property to the value of thedisplayparameter.PageInfo.createFootnoteAreaStyle()Creates a footnote area style from footnote at-rule properties for this page with display overriden to block and position overriden as absolute.static CascadedStyleCascadedStyle.createLayoutStyle(CascadedStyle startingPoint, PropertyDeclaration[] decls) Creates aCascadedStyleusing style information fromstartingPointand then adding the property declarations fromdecls.static CascadedStyleCascadedStyle.createLayoutStyle(PropertyDeclaration[] decls) Creates aCascadedStyleusing the provided property declarations.static CascadedStyleCascadedStyle.createLayoutStyle(List<PropertyDeclaration> decls) PageInfo.createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate) Matcher.getCascadedStyle(Object e, boolean restyle) PageInfo.getPageStyle()Matcher.getPECascadedStyle(Object e, String pseudoElement) May return null.Methods in com.openhtmltopdf.css.newmatch with parameters of type CascadedStyleModifier and TypeMethodDescriptionstatic CascadedStyleCascadedStyle.createLayoutStyle(CascadedStyle startingPoint, PropertyDeclaration[] decls) Creates aCascadedStyleusing style information fromstartingPointand then adding the property declarations fromdecls.Constructors in com.openhtmltopdf.css.newmatch with parameters of type CascadedStyleModifierConstructorDescriptionPageInfo(List<PropertyDeclaration> properties, CascadedStyle pageStyle, Map<MarginBoxName, List<PropertyDeclaration>> marginBoxes, List<PropertyDeclaration> footnote) -
Uses of CascadedStyle in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style with parameters of type CascadedStyleModifier and TypeMethodDescriptionCalculatedStyle.deriveStyle(CascadedStyle matched) Derives a child style from this style.CalculatedStyle.overrideStyle(CascadedStyle matched) Override this style with specified styles. -
Uses of CascadedStyle in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout with parameters of type CascadedStyle -
Uses of CascadedStyle in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return CascadedStyleMethods in com.openhtmltopdf.render with parameters of type CascadedStyleModifier and TypeMethodDescriptionvoidBlockBox.setFirstLetterStyle(CascadedStyle firstLetterStyle) voidBlockBox.setFirstLineStyle(CascadedStyle firstLineStyle)