Uses of Class
com.helger.css.decl.CSSPageRule
Packages that use CSSPageRule
-
Uses of CSSPageRule in com.helger.css.decl
Methods in com.helger.css.decl that return CSSPageRuleModifier and TypeMethodDescriptionCSSPageRule.addMember(int nIndex, ICSSPageRuleMember aMember) CSSPageRule.addMember(ICSSPageRuleMember aMember) AbstractHasTopLevelRules.getPageRuleAtIndex(int nIndex) Get the@pagerule at the specified index.CSSPageRule.setMemberAtIndex(int nIndex, ICSSPageRuleMember aNewDeclaration) Methods in com.helger.css.decl that return types with arguments of type CSSPageRuleModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<CSSPageRule>AbstractHasTopLevelRules.getAllPageRules()Get a list of all top-level rules that are page rules (implementingCSSPageRule). -
Uses of CSSPageRule in com.helger.css.decl.visit
Methods in com.helger.css.decl.visit with parameters of type CSSPageRuleModifier and TypeMethodDescriptionvoidCSSVisitorForUrl.onBeginPageRule(CSSPageRule aPageRule) voidDefaultCSSVisitor.onBeginPageRule(CSSPageRule aPageRule) voidICSSVisitor.onBeginPageRule(CSSPageRule aPageRule) Called when a page rule starts.
Note: contained declarations are handled byICSSVisitor.onDeclaration(CSSDeclaration), contained page margin blocks are handled withICSSVisitor.onBeginPageMarginBlock(CSSPageMarginBlock)andICSSVisitor.onEndPageMarginBlock(CSSPageMarginBlock).voidCSSVisitorForUrl.onEndPageRule(CSSPageRule aPageRule) voidDefaultCSSVisitor.onEndPageRule(CSSPageRule aPageRule) voidICSSVisitor.onEndPageRule(CSSPageRule aPageRule) Called when a page rule ends.static voidCSSVisitor.visitPageRule(CSSPageRule aPageRule, ICSSVisitor aVisitor) Visit all elements of a single page rule.