Package | Description |
---|---|
com.itextpdf.styledxmlparser.css | |
com.itextpdf.styledxmlparser.css.media | |
com.itextpdf.styledxmlparser.css.page |
Modifier and Type | Class and 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 |
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
A CssAtRule implementation.
|
Modifier and Type | Field and Description |
---|---|
protected List<CssStatement> |
CssNestedAtRule.body
The body.
|
Modifier and Type | Method and Description |
---|---|
List<CssStatement> |
CssNestedAtRule.getStatements()
Gets the list of CSS statements.
|
List<CssStatement> |
CssStyleSheet.getStatements()
Gets the CSS statements of this style sheet.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
CssNestedAtRule.addStatementsToBody(Collection<CssStatement> statements)
Adds CSS statements to the body.
|
Modifier and Type | Class and Description |
---|---|
class |
CssMediaRule
The CssNestedAtRule implementation for media rules.
|
Modifier and Type | Class and Description |
---|---|
class |
CssMarginRule
CssNestedAtRule implementation for margins.
|
class |
CssPageRule
CssNestedAtRule implementation for page rules.
|
Modifier and Type | Method and Description |
---|---|
void |
CssPageRule.addStatementToBody(CssStatement statement) |
Modifier and Type | Method and Description |
---|---|
void |
CssPageRule.addStatementsToBody(Collection<CssStatement> statements) |
Copyright © 1998–2023 iText Group NV. All rights reserved.