public class CssRuleSet extends CssStatement
Constructor and Description |
---|
CssRuleSet(ICssSelector selector, List<CssDeclaration> declarations) |
Modifier and Type | Method and Description |
---|---|
List<CssRuleSet> |
getCssRuleSets(INode element, MediaDeviceDescription deviceDescription) |
List<CssDeclaration> |
getImportantDeclarations() |
List<CssDeclaration> |
getNormalDeclarations() |
ICssSelector |
getSelector() |
String |
toString() |
public CssRuleSet(ICssSelector selector, List<CssDeclaration> declarations)
public List<CssRuleSet> getCssRuleSets(INode element, MediaDeviceDescription deviceDescription)
getCssRuleSets
in class CssStatement
public ICssSelector getSelector()
public List<CssDeclaration> getNormalDeclarations()
public List<CssDeclaration> getImportantDeclarations()
Copyright © 1998–2019 iText Group NV. All rights reserved.