Uses of Class
com.itextpdf.styledxmlparser.css.CssStatement
Package
Description
-
Uses of CssStatement in com.itextpdf.styledxmlparser.css
Modifier and TypeClassDescriptionclass
Abstract superclass for all CSS at-rules (rules in CSS that start with an @ sign).class
Class to store a CSS font face At rule.class
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
Class to store a CSS rule set.class
ACssAtRule
implementation.Modifier and TypeMethodDescriptionCssNestedAtRule.getStatements()
Gets the list of CSS statements.CssStyleSheet.getStatements()
Gets the CSS statements of this style sheet.Modifier and TypeMethodDescriptionvoid
CssStyleSheet.addStatement
(CssStatement statement) Adds a CSS statement to the style sheet.void
CssNestedAtRule.addStatementToBody
(CssStatement statement) Adds a CSS statement to body.Modifier and TypeMethodDescriptionvoid
CssNestedAtRule.addStatementsToBody
(Collection<CssStatement> statements) Adds CSS statements to the body. -
Uses of CssStatement in com.itextpdf.styledxmlparser.css.media
-
Uses of CssStatement in com.itextpdf.styledxmlparser.css.page
Modifier and TypeClassDescriptionclass
CssNestedAtRule
implementation for margins.class
CssNestedAtRule
implementation for page rules.Modifier and TypeMethodDescriptionvoid
CssPageRule.addStatementsToBody
(Collection<CssStatement> statements)