Package | Description |
---|---|
com.itextpdf.styledxmlparser.css | |
com.itextpdf.styledxmlparser.css.selector |
Modifier and Type | Method and Description |
---|---|
ICssSelector |
CssRuleSet.getSelector()
Gets the CSS selector.
|
Constructor and Description |
---|
CssRuleSet(ICssSelector selector, List<CssDeclaration> declarations)
Creates a new CssRuleSet from selector and raw list of declarations.
|
CssRuleSet(ICssSelector selector, List<CssDeclaration> normalDeclarations, List<CssDeclaration> importantDeclarations) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCssSelector
Abstract superclass for CSS Selectors.
|
class |
CssPageMarginBoxSelector
ICssSelector implementation for CSS page margin box selectors.
|
class |
CssPageSelector
ICssSelector implementation for CSS page selectors.
|
class |
CssSelector
ICssSelector implementation for CSS selectors.
|
Modifier and Type | Method and Description |
---|---|
int |
CssSelectorComparator.compare(ICssSelector o1, ICssSelector o2) |
Constructor and Description |
---|
CssPageMarginBoxSelector(String pageMarginBoxName, ICssSelector pageSelector)
Creates a new CssPageMarginBoxSelector instance.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.