Uses of Interface
com.itextpdf.styledxmlparser.css.selector.ICssSelector
Packages that use ICssSelector
Package
Description
-
Uses of ICssSelector in com.itextpdf.styledxmlparser.css
Fields in com.itextpdf.styledxmlparser.css declared as ICssSelectorMethods in com.itextpdf.styledxmlparser.css that return ICssSelectorConstructors in com.itextpdf.styledxmlparser.css with parameters of type ICssSelectorModifierConstructorDescriptionCssRuleSet(ICssSelector selector, List<CssDeclaration> declarations) Creates a newCssRuleSetfrom selector and raw list of declarations.CssRuleSet(ICssSelector selector, List<CssDeclaration> normalDeclarations, List<CssDeclaration> importantDeclarations) Creates a newCssRuleSetfrom a selector and a list of normal and important declarations. -
Uses of ICssSelector in com.itextpdf.styledxmlparser.css.page
Fields in com.itextpdf.styledxmlparser.css.page with type parameters of type ICssSelectorModifier and TypeFieldDescriptionprivate List<ICssSelector> CssMarginRule.pageSelectorsThe page selectors.private List<ICssSelector> CssPageRule.pageSelectorsThe page selectors.Method parameters in com.itextpdf.styledxmlparser.css.page with type arguments of type ICssSelectorModifier and TypeMethodDescription(package private) voidCssMarginRule.setPageSelectors(List<ICssSelector> pageSelectors) Sets the page selectors.Constructors in com.itextpdf.styledxmlparser.css.page with parameters of type ICssSelectorModifierConstructorDescriptionCssNonStandardRuleSet(ICssSelector selector, List<CssDeclaration> declarations) Creates a newCssNonStandardRuleSetinstance. -
Uses of ICssSelector in com.itextpdf.styledxmlparser.css.selector
Classes in com.itextpdf.styledxmlparser.css.selector that implement ICssSelectorModifier and TypeClassDescriptionclassAbstract superclass for CSS Selectors.classICssSelectorimplementation for CSS page margin box selectors.classICssSelectorimplementation for CSS page selectors.classICssSelectorimplementation for CSS selectors.Classes in com.itextpdf.styledxmlparser.css.selector that implement interfaces with type arguments of type ICssSelectorFields in com.itextpdf.styledxmlparser.css.selector declared as ICssSelectorModifier and TypeFieldDescriptionprivate ICssSelectorCssPageMarginBoxSelector.pageSelectorThe page selector.Methods in com.itextpdf.styledxmlparser.css.selector with parameters of type ICssSelectorModifier and TypeMethodDescriptionintCssSelectorComparator.compare(ICssSelector o1, ICssSelector o2) Constructors in com.itextpdf.styledxmlparser.css.selector with parameters of type ICssSelectorModifierConstructorDescriptionCssPageMarginBoxSelector(String pageMarginBoxName, ICssSelector pageSelector) Creates a newCssPageMarginBoxSelectorinstance. -
Uses of ICssSelector in com.itextpdf.styledxmlparser.css.selector.item
Fields in com.itextpdf.styledxmlparser.css.selector.item declared as ICssSelectorModifier and TypeFieldDescriptionprivate ICssSelectorCssPseudoClassNotSelectorItem.argumentsSelectorConstructors in com.itextpdf.styledxmlparser.css.selector.item with parameters of type ICssSelectorModifierConstructorDescription(package private)CssPseudoClassNotSelectorItem(ICssSelector argumentsSelector)