Uses of Class
com.helger.css.decl.CSSFontFaceRule
Packages that use CSSFontFaceRule
-
Uses of CSSFontFaceRule in com.helger.css.decl
Methods in com.helger.css.decl that return CSSFontFaceRuleModifier and TypeMethodDescriptionCSSFontFaceRule.addDeclaration(int nIndex, CSSDeclaration aNewDeclaration) CSSFontFaceRule.addDeclaration(CSSDeclaration aDeclaration) AbstractHasTopLevelRules.getFontFaceRuleAtIndex(int nIndex) Get the@font-facerule at the specified index.CSSFontFaceRule.setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration) Methods in com.helger.css.decl that return types with arguments of type CSSFontFaceRuleModifier and TypeMethodDescriptioncom.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 CSSFontFaceRuleModifier and TypeMethodDescriptionvoidCSSVisitorForUrl.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.