| Modifier and Type | Method and Description | 
|---|---|
| List<CssDeclaration> | CssStyleSheet. getCssDeclarations(INode node, MediaDeviceDescription deviceDescription)
             Gets the CSS declarations. 
            | 
| List<CssDeclaration> | CssRuleSet. getImportantDeclarations()
             Gets the important CSS declarations. 
            | 
| List<CssDeclaration> | CssRuleSet. getNormalDeclarations()
             Gets the normal CSS declarations. 
            | 
| List<CssDeclaration> | CssFontFaceRule. getProperties()
             Gets the properties. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CssFontFaceRule. addBodyCssDeclarations(List<CssDeclaration> cssDeclarations) | 
| void | CssNestedAtRule. addBodyCssDeclarations(List<CssDeclaration> cssDeclarations)
             Adds the body CSS declarations. 
            | 
| Constructor and Description | 
|---|
| CssRuleSet(ICssSelector selector, List<CssDeclaration> declarations)
             Creates a new  CssRuleSetfrom selector and raw list of declarations. | 
| CssRuleSet(ICssSelector selector, List<CssDeclaration> normalDeclarations, List<CssDeclaration> importantDeclarations) | 
| CssRuleSet(ICssSelector selector, List<CssDeclaration> normalDeclarations, List<CssDeclaration> importantDeclarations) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CssMarginRule. addBodyCssDeclarations(List<CssDeclaration> cssDeclarations) | 
| void | CssPageRule. addBodyCssDeclarations(List<CssDeclaration> cssDeclarations) | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<CssDeclaration> | CssRuleSetParser. parsePropertyDeclarations(String propertiesStr)
             Parses property declarations. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| List<CssDeclaration> | IShorthandResolver. resolveShorthand(String shorthandExpression)
             Resolves a shorthand expression. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| List<CssDeclaration> | AbstractBorderShorthandResolver. resolveShorthand(String shorthandExpression) | 
| List<CssDeclaration> | AbstractBoxShorthandResolver. resolveShorthand(String shorthandExpression) | 
| List<CssDeclaration> | AbstractCornersShorthandResolver. resolveShorthand(String shorthandExpression) | 
| List<CssDeclaration> | BackgroundShorthandResolver. resolveShorthand(String shorthandExpression) | 
| List<CssDeclaration> | BorderShorthandResolver. resolveShorthand(String shorthandExpression) | 
| List<CssDeclaration> | FontShorthandResolver. resolveShorthand(String shorthandExpression) | 
| List<CssDeclaration> | ListStyleShorthandResolver. resolveShorthand(String shorthandExpression) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | CssDeclarationValidationMaster. checkDeclaration(CssDeclaration declaration)
             Checks a CSS declaration. 
            | 
| boolean | ICssDeclarationValidator. isValid(CssDeclaration cssDeclaration)
             Checks if a value is a valid CSS declaration. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | MultiTypeDeclarationValidator. isValid(CssDeclaration cssDeclaration) | 
| boolean | SingleTypeDeclarationValidator. isValid(CssDeclaration cssDeclaration) | 
Copyright © 1998–2019 iText Group NV. All rights reserved.