Uses of Class
org.openpdf.css.newmatch.CascadedStyle
Packages that use CascadedStyle
Package
Description
-
Uses of CascadedStyle in org.openpdf.context
Methods in org.openpdf.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.openpdf.css.newmatch
Fields in org.openpdf.css.newmatch declared as CascadedStyleModifier and TypeFieldDescriptionprivate final CascadedStylePageInfo._pageStylestatic final CascadedStyleCascadedStyle.emptyCascadedStyleGet an empty singleton, used to negate inheritance of propertiesMethods in org.openpdf.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) (package private) CascadedStyleMatcher.Mapper.getCascadedStyle(Node e) PageInfo.getPageStyle()@Nullable CascadedStyleMatcher.getPECascadedStyle(Element e, String pseudoElement) May return null.@Nullable CascadedStyleMatcher.Mapper.getPECascadedStyle(String pseudoElement) May return null.Methods in org.openpdf.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.openpdf.css.newmatch with parameters of type CascadedStyleModifierConstructorDescriptionPageInfo(List<PropertyDeclaration> properties, CascadedStyle pageStyle, Map<MarginBoxName, List<PropertyDeclaration>> marginBoxes) -
Uses of CascadedStyle in org.openpdf.css.style
Methods in org.openpdf.css.style with parameters of type CascadedStyleModifier and TypeMethodDescriptionprivate voidCalculatedStyle.derive(CascadedStyle matched) Implements cascade/inherit/important logic.@NonNull CalculatedStyleCalculatedStyle.deriveStyle(CascadedStyle matched) derives a child style from this style.Constructors in org.openpdf.css.style with parameters of type CascadedStyleModifierConstructorDescriptionprivateCalculatedStyle(CalculatedStyle parent, CascadedStyle matched) Constructor for the CalculatedStyle object. -
Uses of CascadedStyle in org.openpdf.layout
Fields in org.openpdf.layout with type parameters of type CascadedStyleMethods in org.openpdf.layout that return types with arguments of type CascadedStyleMethods in org.openpdf.layout with parameters of type CascadedStyleModifier and TypeMethodDescriptionvoidStyleTracker.addStyle(CascadedStyle style) private static @Nullable TableCellBoxBoxBuilder.createMarginBox(LayoutContext c, CascadedStyle cascadedStyle, boolean alwaysCreate) -
Uses of CascadedStyle in org.openpdf.render
Fields in org.openpdf.render declared as CascadedStyleModifier and TypeFieldDescriptionprivate @Nullable CascadedStyleBlockBox._firstLetterStyleprivate @Nullable CascadedStyleBlockBox._firstLineStyleMethods in org.openpdf.render that return CascadedStyleModifier and TypeMethodDescription@Nullable CascadedStyleBlockBox.getFirstLetterStyle()@Nullable CascadedStyleBlockBox.getFirstLineStyle()Methods in org.openpdf.render with parameters of type CascadedStyleModifier and TypeMethodDescriptionvoidBlockBox.setFirstLetterStyle(CascadedStyle firstLetterStyle) voidBlockBox.setFirstLineStyle(CascadedStyle firstLineStyle)