Uses of Class
com.openhtmltopdf.css.newmatch.CascadedStyle
| Package | Description |
|---|---|
| com.openhtmltopdf.context | |
| com.openhtmltopdf.css.newmatch | |
| com.openhtmltopdf.css.style | |
| com.openhtmltopdf.layout | |
| com.openhtmltopdf.render |
-
Uses of CascadedStyle in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context that return CascadedStyle Modifier and Type Method Description CascadedStyleStyleReference. getCascadedStyle(Element e, boolean restyle)Gets the CascadedStyle for an element.CascadedStyleStyleReference. 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 CascadedStyle Modifier and Type Field Description static CascadedStyleCascadedStyle. emptyCascadedStyleGet an empty singleton, used to negate inheritance of propertiesMethods in com.openhtmltopdf.css.newmatch that return CascadedStyle Modifier and Type Method Description static CascadedStyleCascadedStyle. createAnonymousStyle(IdentValue display)Creates aCascadedStyle, setting the display property to to the value of thedisplayparameter.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)CascadedStylePageInfo. createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate)CascadedStyleMatcher. getCascadedStyle(Object e, boolean restyle)CascadedStylePageInfo. getPageStyle()CascadedStyleMatcher. getPECascadedStyle(Object e, String pseudoElement)May return null.Methods in com.openhtmltopdf.css.newmatch with parameters of type CascadedStyle Modifier and Type Method Description static 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 CascadedStyle Constructor Description PageInfo(List<PropertyDeclaration> properties, CascadedStyle pageStyle, Map<MarginBoxName,List<PropertyDeclaration>> marginBoxes) -
Uses of CascadedStyle in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style with parameters of type CascadedStyle Modifier and Type Method Description CalculatedStyleCalculatedStyle. deriveStyle(CascadedStyle matched)derives a child style from this style. -
Uses of CascadedStyle in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return types with arguments of type CascadedStyle Modifier and Type Method Description List<CascadedStyle>StyleTracker. getStyles()Methods in com.openhtmltopdf.layout with parameters of type CascadedStyle Modifier and Type Method Description voidStyleTracker. addStyle(CascadedStyle style) -
Uses of CascadedStyle in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return CascadedStyle Modifier and Type Method Description CascadedStyleBlockBox. getFirstLetterStyle()CascadedStyleBlockBox. getFirstLineStyle()Methods in com.openhtmltopdf.render with parameters of type CascadedStyle Modifier and Type Method Description voidBlockBox. setFirstLetterStyle(CascadedStyle firstLetterStyle)voidBlockBox. setFirstLineStyle(CascadedStyle firstLineStyle)