Uses of Class
com.helger.css.decl.CSSFontFaceRule
-
Packages that use CSSFontFaceRule Package Description com.helger.css.decl com.helger.css.decl.visit -
-
Uses of CSSFontFaceRule in com.helger.css.decl
Methods in com.helger.css.decl that return CSSFontFaceRule Modifier and Type Method Description CSSFontFaceRuleCSSFontFaceRule. addDeclaration(int nIndex, CSSDeclaration aNewDeclaration)CSSFontFaceRuleCSSFontFaceRule. addDeclaration(CSSDeclaration aDeclaration)CSSFontFaceRuleAbstractHasTopLevelRules. getFontFaceRuleAtIndex(int nIndex)Get the@font-facerule at the specified index.CSSFontFaceRuleCSSFontFaceRule. setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration)Methods in com.helger.css.decl that return types with arguments of type CSSFontFaceRule Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<CSSFontFaceRule>AbstractHasTopLevelRules. getAllFontFaceRules()Get a list of all top-level rules that are font-face rules (implementingCSSFontFaceRule). -
Uses of CSSFontFaceRule in com.helger.css.decl.visit
Methods in com.helger.css.decl.visit with parameters of type CSSFontFaceRule Modifier and Type Method Description voidCSSVisitorForUrl. onBeginFontFaceRule(CSSFontFaceRule aFontFaceRule)voidDefaultCSSVisitor. onBeginFontFaceRule(CSSFontFaceRule aFontFaceRule)voidICSSVisitor. onBeginFontFaceRule(CSSFontFaceRule aFontFaceRule)Called when a font-face rule starts.
Note: contained declarations are handled byICSSVisitor.onDeclaration(CSSDeclaration)voidCSSVisitorForUrl. onEndFontFaceRule(CSSFontFaceRule aFontFaceRule)voidDefaultCSSVisitor. onEndFontFaceRule(CSSFontFaceRule aFontFaceRule)voidICSSVisitor. onEndFontFaceRule(CSSFontFaceRule aFontFaceRule)Called when a font-face rule ends.static voidCSSVisitor. visitFontFaceRule(CSSFontFaceRule aFontFaceRule, ICSSVisitor aVisitor)Visit all elements of a single font-face rule.
-