|
iText 7 7.1.8 API
|
The iText.StyledXmlParser.Css.CssNestedAtRule implementation for media rules. More...
Public Member Functions |
|
| CssMediaRule (String ruleParameters) | |
| Creates a CssMediaRule More... |
|
| override IList< CssRuleSet > | GetCssRuleSets (INode element, MediaDeviceDescription deviceDescription) |
| Gets a list of CssRuleSet objects. More... |
|
| virtual bool | MatchMediaDevice (MediaDeviceDescription deviceDescription) |
| Tries to match a media device. More... |
|
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... |
|
| virtual void | AddBodyCssDeclarations (IList< CssDeclaration > cssDeclarations) |
| Adds the body CSS declarations. 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... |
|
The iText.StyledXmlParser.Css.CssNestedAtRule implementation for media rules.
|
inline |
Creates a CssMediaRule
| ruleParameters | the rule parameters |
|
inlinevirtual |
Gets a list of CssRuleSet objects.
| node | a node |
| deviceDescription | a media device description |
Reimplemented from iText.StyledXmlParser.Css.CssNestedAtRule.
|
inlinevirtual |
Tries to match a media device.
| deviceDescription | the device description |