|
iText 7 7.2.6 API
|
Utilities class to parse CSS rule sets. More...
Static Public Member Functions |
|
| static IList< CssDeclaration > | ParsePropertyDeclarations (String propertiesStr) |
| Parses property declarations. More... |
|
| static IList< CssRuleSet > | ParseRuleSet (String selectorStr, String propertiesStr) |
| Parses a rule set into a list of iText.StyledXmlParser.Css.CssRuleSet instances. More... |
|
Utilities class to parse CSS rule sets.
|
inlinestatic |
Parses property declarations.
| propertiesStr | the property declarations in the form of a System.String |
|
inlinestatic |
Parses a rule set into a list of iText.StyledXmlParser.Css.CssRuleSet instances.
Parses a rule set into a list of iText.StyledXmlParser.Css.CssRuleSet instances. This method returns a System.Collections.IList
| selectorStr | the selector |
| propertiesStr | the properties |