public class CssFontFaceRule extends CssNestedAtRule
body| Constructor and Description |
|---|
CssFontFaceRule()
Instantiates a new CSS font face rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBodyCssDeclarations(List<CssDeclaration> cssDeclarations)
Adds the body CSS declarations.
|
List<CssDeclaration> |
getProperties()
Gets the properties.
|
Range |
resolveUnicodeRange()
Resolves `unicode-range` property if it exists in the properties.
|
String |
toString() |
addStatementsToBody, addStatementToBody, getCssRuleSets, getRuleParameters, getStatementsgetRuleNamepublic List<CssDeclaration> getProperties()
public void addBodyCssDeclarations(List<CssDeclaration> cssDeclarations)
CssNestedAtRuleaddBodyCssDeclarations in class CssNestedAtRulecssDeclarations - a list of CSS declarationspublic String toString()
toString in class CssNestedAtRulepublic Range resolveUnicodeRange()
null if there is no `unicode-range` propertyCopyright © 1998–2025 Apryse Group NV. All rights reserved.