Uses of Class
com.helger.css.decl.CSSPageRule
-
Packages that use CSSPageRule Package Description com.helger.css.decl com.helger.css.decl.visit -
-
Uses of CSSPageRule in com.helger.css.decl
Methods in com.helger.css.decl that return CSSPageRule Modifier and Type Method Description CSSPageRuleCSSPageRule. addMember(int nIndex, ICSSPageRuleMember aMember)CSSPageRuleCSSPageRule. addMember(ICSSPageRuleMember aMember)CSSPageRuleAbstractHasTopLevelRules. getPageRuleAtIndex(int nIndex)Get the@pagerule at the specified index.CSSPageRuleCSSPageRule. setMemberAtIndex(int nIndex, ICSSPageRuleMember aNewDeclaration)Methods in com.helger.css.decl that return types with arguments of type CSSPageRule Modifier and Type Method Description com.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 CSSPageRule Modifier and Type Method Description voidCSSVisitorForUrl. 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.
-