Uses of Class
org.xhtmlrenderer.css.newmatch.CascadedStyle
Packages that use CascadedStyle
Package
Description
-
Uses of CascadedStyle in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context that return CascadedStyleModifier and TypeMethodDescriptionStyleReference.getCascadedStyle(@Nullable Element e, boolean restyle) Gets the CascadedStyle for an element.@Nullable CascadedStyleStyleReference.getPseudoElementStyle(Node node, String pseudoElement) Gets the pseudoElementStyle attribute of the StyleReference object -
Uses of CascadedStyle in org.xhtmlrenderer.css.newmatch
Fields in org.xhtmlrenderer.css.newmatch declared as CascadedStyleModifier and TypeFieldDescriptionstatic final CascadedStyleCascadedStyle.emptyCascadedStyleGet an empty singleton, used to negate inheritance of propertiesMethods in org.xhtmlrenderer.css.newmatch that return CascadedStyleModifier and TypeMethodDescriptionstatic CascadedStyleCascadedStyle.createAnonymousStyle(IdentValue display) Creates aCascadedStyle, setting the display property to the value of thedisplayparameter.static CascadedStyleCascadedStyle.createLayoutStyle(List<PropertyDeclaration> declarations) static CascadedStyleCascadedStyle.createLayoutStyle(CascadedStyle startingPoint, PropertyDeclaration[] decls) Creates aCascadedStyleusing style information fromstartingPointand then adding the property declarations fromdecls.static CascadedStyleCascadedStyle.createLayoutStyle(PropertyDeclaration... declarations) Creates aCascadedStyleusing the provided property declarations.PageInfo.createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate) Matcher.getCascadedStyle(Element e, boolean restyle) PageInfo.getPageStyle()@Nullable CascadedStyleMatcher.getPECascadedStyle(Element e, String pseudoElement) May return null.Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.css.newmatch with parameters of type CascadedStyleModifierConstructorDescriptionPageInfo(List<PropertyDeclaration> properties, CascadedStyle pageStyle, Map<MarginBoxName, List<PropertyDeclaration>> marginBoxes) -
Uses of CascadedStyle in org.xhtmlrenderer.css.style
Methods in org.xhtmlrenderer.css.style with parameters of type CascadedStyleModifier and TypeMethodDescription@NonNull CalculatedStyleCalculatedStyle.deriveStyle(CascadedStyle matched) derives a child style from this style. -
Uses of CascadedStyle in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return types with arguments of type CascadedStyleMethods in org.xhtmlrenderer.layout with parameters of type CascadedStyle -
Uses of CascadedStyle in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return CascadedStyleMethods in org.xhtmlrenderer.render with parameters of type CascadedStyleModifier and TypeMethodDescriptionvoidBlockBox.setFirstLetterStyle(CascadedStyle firstLetterStyle) voidBlockBox.setFirstLineStyle(CascadedStyle firstLineStyle)