|
iText 7 7.1.13 API
|
Class to store a CSS font face At rule. More...
Public Member Functions |
|
| CssFontFaceRule () | |
| Instantiates a new CSS font face rule. More... |
|
| CssFontFaceRule (String ruleParameters) | |
| Instantiates a new CSS font face rule. More... |
|
| virtual IList< CssDeclaration > | GetProperties () |
| Gets the properties. More... |
|
| override void | AddBodyCssDeclarations (IList< CssDeclaration > cssDeclarations) |
| Adds the body CSS declarations. More... |
|
| override String | ToString () |
| virtual Range | ResolveUnicodeRange () |
Public Member Functions inherited from iText.StyledXmlParser.Css.CssNestedAtRule |
|
| CssNestedAtRule (String ruleName, String ruleParameters) | |
| Creates a CssNestedAtRule instance with an empty body. More... |
|
| virtual void | AddStatementToBody (CssStatement statement) |
| Adds a CSS statement to body. More... |
|
| virtual void | AddStatementsToBody (ICollection< CssStatement > statements) |
| Adds CSS statements to the body. More... |
|
| override IList< CssRuleSet > | GetCssRuleSets (INode node, MediaDeviceDescription deviceDescription) |
| Gets a list of CssRuleSet objects. More... |
|
| virtual IList< CssStatement > | GetStatements () |
| Gets the list of CSS statements. More... |
|
| override String | ToString () |
| virtual String | GetRuleParameters () |
Public Member Functions inherited from iText.StyledXmlParser.Css.CssAtRule |
|
| virtual String | GetRuleName () |
| Gets the rule name. More... |
|
Class to store a CSS font face At rule.
|
inline |
Instantiates a new CSS font face rule.
|
inline |
Instantiates a new CSS font face rule.
| ruleParameters | the rule parameters |
|
inlinevirtual |
Adds the body CSS declarations.
| cssDeclarations | a list of CSS declarations |
Reimplemented from iText.StyledXmlParser.Css.CssNestedAtRule.
|
inlinevirtual |
Gets the properties.