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 TypeFieldDescriptionprivate final CascadedStyle
PageInfo._pageStyle
static final CascadedStyle
CascadedStyle.emptyCascadedStyle
Get an empty singleton, used to negate inheritance of propertiesMethods in com.openhtmltopdf.css.newmatch that return CascadedStyleModifier and TypeMethodDescriptionstatic CascadedStyle
CascadedStyle.createAnonymousStyle
(IdentValue display) Creates an otherwise emptyCascadedStyle
, setting the display property to the value of thedisplay
parameter.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 CascadedStyle
CascadedStyle.createLayoutStyle
(CascadedStyle startingPoint, PropertyDeclaration[] decls) Creates aCascadedStyle
using style information fromstartingPoint
and then adding the property declarations fromdecls
.static CascadedStyle
CascadedStyle.createLayoutStyle
(PropertyDeclaration[] decls) Creates aCascadedStyle
using the provided property declarations.static CascadedStyle
CascadedStyle.createLayoutStyle
(List<PropertyDeclaration> decls) PageInfo.createMarginBoxStyle
(MarginBoxName marginBox, boolean alwaysCreate) Matcher.getCascadedStyle
(Object e, boolean restyle) (package private) CascadedStyle
Matcher.Mapper.getCascadedStyle
(Object e) PageInfo.getPageStyle()
Matcher.getPECascadedStyle
(Object e, String pseudoElement) May return null.Matcher.Mapper.getPECascadedStyle
(Object e, String pseudoElement) May return null.Methods in com.openhtmltopdf.css.newmatch with parameters of type CascadedStyleModifier and TypeMethodDescriptionstatic CascadedStyle
CascadedStyle.createLayoutStyle
(CascadedStyle startingPoint, PropertyDeclaration[] decls) Creates aCascadedStyle
using style information fromstartingPoint
and then adding the property declarations fromdecls
.Constructors in com.openhtmltopdf.css.newmatch with parameters of type CascadedStyleModifierConstructorDescriptionprivate
CascadedStyle
(CascadedStyle startingPoint, Iterator<PropertyDeclaration> props) PageInfo
(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 TypeMethodDescriptionprivate void
CalculatedStyle.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.CalculatedStyle.deriveStyle
(CascadedStyle matched) Derives a child style from this style.private void
CalculatedStyle.init
(CascadedStyle matched) CalculatedStyle.overrideStyle
(CascadedStyle matched) Override this style with specified styles.Constructors in com.openhtmltopdf.css.style with parameters of type CascadedStyleModifierConstructorDescriptionprivate
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 CascadedStyleMethods in com.openhtmltopdf.layout that return types with arguments of type CascadedStyleMethods in com.openhtmltopdf.layout with parameters of type CascadedStyleModifier and TypeMethodDescriptionprivate static TableCellBox
BoxBuilder.createMarginBox
(LayoutContext c, CascadedStyle cascadedStyle, boolean alwaysCreate) StyleTracker.withStyle
(CascadedStyle style) -
Uses of CascadedStyle in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as CascadedStyleModifier and TypeFieldDescriptionprivate CascadedStyle
BlockBox._firstLetterStyle
private CascadedStyle
BlockBox._firstLineStyle
Methods in com.openhtmltopdf.render that return CascadedStyleMethods in com.openhtmltopdf.render with parameters of type CascadedStyleModifier and TypeMethodDescriptionvoid
BlockBox.setFirstLetterStyle
(CascadedStyle firstLetterStyle) void
BlockBox.setFirstLineStyle
(CascadedStyle firstLineStyle)