|
iText 7 7.2.3 API
|
Class that stores all the CSS statements, and thus acts as a CSS style sheet. More...
Public Member Functions |
|
| CssStyleSheet () | |
| Creates a new CssStyleSheet instance. More... |
|
| virtual void | AddStatement (CssStatement statement) |
| Adds a CSS statement to the style sheet. More... |
|
| virtual void | AppendCssStyleSheet (iText.StyledXmlParser.Css.CssStyleSheet anotherCssStyleSheet) |
| Append another CSS style sheet to this one. More... |
|
| override String | ToString () |
| virtual IList< CssStatement > | GetStatements () |
| Gets the CSS statements of this style sheet. More... |
|
| virtual IList< CssDeclaration > | GetCssDeclarations (INode node, MediaDeviceDescription deviceDescription) |
| Gets the CSS declarations. More... |
|
| virtual IList< CssRuleSet > | GetCssRuleSets (INode node, MediaDeviceDescription deviceDescription) |
| Gets the CSS rule sets. More... |
|
Static Public Member Functions |
|
| static IDictionary< String, String > | ExtractStylesFromRuleSets (IList< CssRuleSet > ruleSets) |
| Gets the CSS declarations. More... |
|
Class that stores all the CSS statements, and thus acts as a CSS style sheet.
|
inline |
Creates a new CssStyleSheet instance.
|
inlinevirtual |
Adds a CSS statement to the style sheet.
| statement | the CSS statement |
|
inlinevirtual |
Append another CSS style sheet to this one.
| anotherCssStyleSheet | the other CSS style sheet |
|
inlinestatic |
Gets the CSS declarations.
| ruleSets | list of css rule sets |
|
inlinevirtual |
Gets the CSS declarations.
| node | the node |
| deviceDescription | the media device description |
|
inlinevirtual |
Gets the CSS rule sets.
| node | the node |
| deviceDescription | the device description |
|
inlinevirtual |
Gets the CSS statements of this style sheet.