| Package | Description |
|---|---|
| com.helger.css.decl | |
| com.helger.css.decl.visit |
| Modifier and Type | Method and Description |
|---|---|
CSSFontFaceRule |
CSSFontFaceRule.addDeclaration(CSSDeclaration aDeclaration) |
CSSFontFaceRule |
CSSFontFaceRule.addDeclaration(int nIndex,
CSSDeclaration aNewDeclaration) |
CSSFontFaceRule |
AbstractHasTopLevelRules.getFontFaceRuleAtIndex(int nIndex)
Get the
@font-face rule at the specified index. |
CSSFontFaceRule |
CSSFontFaceRule.setDeclarationAtIndex(int nIndex,
CSSDeclaration aNewDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<CSSFontFaceRule> |
AbstractHasTopLevelRules.getAllFontFaceRules()
Get a list of all top-level rules that are font-face rules (implementing
CSSFontFaceRule). |
| Modifier and Type | Method and Description |
|---|---|
void |
ICSSVisitor.onBeginFontFaceRule(CSSFontFaceRule aFontFaceRule)
Called when a font-face rule starts.
|
void |
DefaultCSSVisitor.onBeginFontFaceRule(CSSFontFaceRule aFontFaceRule) |
void |
CSSVisitorForUrl.onBeginFontFaceRule(CSSFontFaceRule aFontFaceRule) |
void |
ICSSVisitor.onEndFontFaceRule(CSSFontFaceRule aFontFaceRule)
Called when a font-face rule ends.
|
void |
DefaultCSSVisitor.onEndFontFaceRule(CSSFontFaceRule aFontFaceRule) |
void |
CSSVisitorForUrl.onEndFontFaceRule(CSSFontFaceRule aFontFaceRule) |
static void |
CSSVisitor.visitFontFaceRule(CSSFontFaceRule aFontFaceRule,
ICSSVisitor aVisitor)
Visit all elements of a single font-face rule.
|
Copyright © 2014–2018 Philip Helger. All rights reserved.