Uses of Class
com.openhtmltopdf.css.newmatch.CascadedStyle
-
Packages that use 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(org.w3c.dom.Element e, boolean restyle)Gets the CascadedStyle for an element.CascadedStyleStyleReference. getPseudoElementStyle(org.w3c.dom.Node node, java.lang.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 private CascadedStylePageInfo. _pageStylestatic 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 an otherwise emptyCascadedStyle, setting the display property to the value of thedisplayparameter.CascadedStylePageInfo. 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(java.util.List<PropertyDeclaration> decls)CascadedStylePageInfo. createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate)CascadedStyleMatcher. getCascadedStyle(java.lang.Object e, boolean restyle)(package private) CascadedStyleMatcher.Mapper. getCascadedStyle(java.lang.Object e)CascadedStylePageInfo. getPageStyle()CascadedStyleMatcher. getPECascadedStyle(java.lang.Object e, java.lang.String pseudoElement)May return null.CascadedStyleMatcher.Mapper. getPECascadedStyle(java.lang.Object e, java.lang.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 CascadedStyle(CascadedStyle startingPoint, java.util.Iterator<PropertyDeclaration> props)PageInfo(java.util.List<PropertyDeclaration> properties, CascadedStyle pageStyle, java.util.Map<MarginBoxName,java.util.List<PropertyDeclaration>> marginBoxes, java.util.List<PropertyDeclaration> footnote) -
Uses of CascadedStyle in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style with parameters of type CascadedStyle Modifier and Type Method Description private voidCalculatedStyle. derive(CascadedStyle matched)This method should result in the element for this style having a derived value for all specified (in stylesheets, style attribute, other non CSS attrs, etc) primitive CSS properties.CalculatedStyleCalculatedStyle. deriveStyle(CascadedStyle matched)Derives a child style from this style.private voidCalculatedStyle. init(CascadedStyle matched)CalculatedStyleCalculatedStyle. overrideStyle(CascadedStyle matched)Override this style with specified styles.Constructors in com.openhtmltopdf.css.style with parameters of type CascadedStyle Constructor Description CalculatedStyle(CalculatedStyle parent, CascadedStyle matched)Constructor for the CalculatedStyle object. -
Uses of CascadedStyle in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout with type parameters of type CascadedStyle Modifier and Type Field Description private java.util.List<CascadedStyle>StyleTracker. _stylesMethods in com.openhtmltopdf.layout that return types with arguments of type CascadedStyle Modifier and Type Method Description private java.util.List<CascadedStyle>StyleTracker. getStyles()Methods in com.openhtmltopdf.layout with parameters of type CascadedStyle Modifier and Type Method Description private static TableCellBoxBoxBuilder. createMarginBox(LayoutContext c, CascadedStyle cascadedStyle, boolean alwaysCreate)StyleTrackerStyleTracker. withStyle(CascadedStyle style) -
Uses of CascadedStyle in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as CascadedStyle Modifier and Type Field Description private CascadedStyleBlockBox. _firstLetterStyleprivate CascadedStyleBlockBox. _firstLineStyleMethods 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)
-