|
iText 8.0.1 API
|
iText.StyledXmlParser.Css.CssNestedAtRule implementation for page rules. More...
Public Member Functions |
|
| CssPageRule (String ruleParameters) | |
| Creates a new CssPageRule instance. More... |
|
| override void | AddBodyCssDeclarations (IList< CssDeclaration > cssDeclarations) |
| Adds the body CSS declarations. More... |
|
| override void | AddStatementToBody (CssStatement statement) |
| Adds a CSS statement to body. More... |
|
| override void | AddStatementsToBody (ICollection< CssStatement > statements) |
| Adds CSS statements to the body. More... |
|
Public Member Functions inherited from iText.StyledXmlParser.Css.CssNestedAtRule |
|
| CssNestedAtRule (String ruleName, String ruleParameters) | |
| Creates a CssNestedAtRule instance with an empty 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... |
|
iText.StyledXmlParser.Css.CssNestedAtRule implementation for page rules.
|
inline |
Creates a new CssPageRule instance.
| ruleParameters | the rule parameters |
|
inlinevirtual |
Adds the body CSS declarations.
| cssDeclarations | a list of CSS declarations |
Reimplemented from iText.StyledXmlParser.Css.CssNestedAtRule.
|
inlinevirtual |
Adds CSS statements to the body.
| statements | a list of CSS statements |
Reimplemented from iText.StyledXmlParser.Css.CssNestedAtRule.
|
inlinevirtual |
Adds a CSS statement to body.
| statement | a CSS statement |
Reimplemented from iText.StyledXmlParser.Css.CssNestedAtRule.