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 class
CssAtRule
Abstract superclass for all CSS at-rules (rules in CSS that start with an @ sign).class
CssFontFaceRule
Class to store a CSS font face At rule.class
CssImportAtRule
Implementation ofCssSemicolonAtRule
forimport
rule.class
CssNestedAtRule
Class 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.class
CssRuleSet
Class to store a CSS rule set.class
CssSemicolonAtRule
ACssAtRule
implementation.Fields in com.itextpdf.styledxmlparser.css with type parameters of type CssStatement Modifier and Type Field Description protected java.util.List<CssStatement>
CssNestedAtRule. body
The body.private java.util.List<CssStatement>
CssStyleSheet. statements
The 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 void
CssStyleSheet. addStatement(CssStatement statement)
Adds a CSS statement to the style sheet.void
CssNestedAtRule. 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 void
CssNestedAtRule. 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 class
CssMediaRule
TheCssNestedAtRule
implementation 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 class
CssMarginRule
CssNestedAtRule
implementation for margins.(package private) class
CssNonStandardRuleSet
Class for a non standardCssRuleSet
.class
CssPageRule
CssNestedAtRule
implementation for page rules.Methods in com.itextpdf.styledxmlparser.css.page with parameters of type CssStatement Modifier and Type Method Description void
CssPageRule. addStatementToBody(CssStatement statement)
Method parameters in com.itextpdf.styledxmlparser.css.page with type arguments of type CssStatement Modifier and Type Method Description void
CssPageRule. 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 void
SvgStyleResolver. collectFonts(CssStatement cssStatement)
Collects fonts from aCssStatement
.
-