Uses of Class
com.itextpdf.styledxmlparser.css.CssStatement
-
Packages that use CssStatement Package Description com.itextpdf.styledxmlparser.css com.itextpdf.styledxmlparser.css.media com.itextpdf.styledxmlparser.css.page com.itextpdf.svg.css.impl -
-
Uses of CssStatement in com.itextpdf.styledxmlparser.css
Subclasses of CssStatement in com.itextpdf.styledxmlparser.css Modifier and Type Class Description classCssAtRuleAbstract superclass for all CSS at-rules (rules in CSS that start with an @ sign).classCssFontFaceRuleClass to store a CSS font face At rule.classCssImportAtRuleImplementation ofCssSemicolonAtRuleforimportrule.classCssNestedAtRuleClass to store a nested CSS at-rule Nested at-rules are a subset of nested statements, which can be used as a statement of a style sheet as well as inside of conditional group rules.classCssRuleSetClass to store a CSS rule set.classCssSemicolonAtRuleACssAtRuleimplementation.Fields in com.itextpdf.styledxmlparser.css with type parameters of type CssStatement Modifier and Type Field Description protected java.util.List<CssStatement>CssNestedAtRule. bodyThe body.private java.util.List<CssStatement>CssStyleSheet. statementsThe list of CSS statements.Methods in com.itextpdf.styledxmlparser.css that return types with arguments of type CssStatement Modifier and Type Method Description java.util.List<CssStatement>CssNestedAtRule. getStatements()Gets the list of CSS statements.java.util.List<CssStatement>CssStyleSheet. getStatements()Gets the CSS statements of this style sheet.Methods in com.itextpdf.styledxmlparser.css with parameters of type CssStatement Modifier and Type Method Description voidCssStyleSheet. addStatement(CssStatement statement)Adds a CSS statement to the style sheet.voidCssNestedAtRule. addStatementToBody(CssStatement statement)Adds a CSS statement to body.Method parameters in com.itextpdf.styledxmlparser.css with type arguments of type CssStatement Modifier and Type Method Description voidCssNestedAtRule. addStatementsToBody(java.util.Collection<CssStatement> statements)Adds CSS statements to the body. -
Uses of CssStatement in com.itextpdf.styledxmlparser.css.media
Subclasses of CssStatement in com.itextpdf.styledxmlparser.css.media Modifier and Type Class Description classCssMediaRuleTheCssNestedAtRuleimplementation for media rules. -
Uses of CssStatement in com.itextpdf.styledxmlparser.css.page
Subclasses of CssStatement in com.itextpdf.styledxmlparser.css.page Modifier and Type Class Description classCssMarginRuleCssNestedAtRuleimplementation for margins.(package private) classCssNonStandardRuleSetClass for a non standardCssRuleSet.classCssPageRuleCssNestedAtRuleimplementation for page rules.Methods in com.itextpdf.styledxmlparser.css.page with parameters of type CssStatement Modifier and Type Method Description voidCssPageRule. addStatementToBody(CssStatement statement)Method parameters in com.itextpdf.styledxmlparser.css.page with type arguments of type CssStatement Modifier and Type Method Description voidCssPageRule. addStatementsToBody(java.util.Collection<CssStatement> statements) -
Uses of CssStatement in com.itextpdf.svg.css.impl
Methods in com.itextpdf.svg.css.impl with parameters of type CssStatement Modifier and Type Method Description private voidSvgStyleResolver. collectFonts(CssStatement cssStatement)Collects fonts from aCssStatement.
-