| Package | Description |
|---|---|
| org.xhtmlrenderer.context | |
| org.xhtmlrenderer.css.newmatch | |
| org.xhtmlrenderer.css.style | |
| org.xhtmlrenderer.layout | |
| org.xhtmlrenderer.render |
| Modifier and Type | Method and Description |
|---|---|
CascadedStyle |
StyleReference.getCascadedStyle(Element e,
boolean restyle)
Gets the CascadedStyle for an element.
|
CascadedStyle |
StyleReference.getPseudoElementStyle(Node node,
String pseudoElement)
Gets the pseudoElementStyle attribute of the StyleReference object
|
| Modifier and Type | Field and Description |
|---|---|
static CascadedStyle |
CascadedStyle.emptyCascadedStyle
Get an empty singleton, used to negate inheritance of properties
|
| Modifier and Type | Method and Description |
|---|---|
static CascadedStyle |
CascadedStyle.createAnonymousStyle(IdentValue display)
Creates a
CascadedStyle, setting the display property to
to the value of the display parameter. |
static CascadedStyle |
CascadedStyle.createLayoutStyle(CascadedStyle startingPoint,
PropertyDeclaration[] decls)
Creates a
CascadedStyle using style information from
startingPoint and then adding the property declarations
from decls. |
static CascadedStyle |
CascadedStyle.createLayoutStyle(List decls) |
static CascadedStyle |
CascadedStyle.createLayoutStyle(PropertyDeclaration[] decls)
Creates a
CascadedStyle using the provided property
declarations. |
CascadedStyle |
PageInfo.createMarginBoxStyle(MarginBoxName marginBox,
boolean alwaysCreate) |
CascadedStyle |
Matcher.getCascadedStyle(Object e,
boolean restyle) |
CascadedStyle |
PageInfo.getPageStyle() |
CascadedStyle |
Matcher.getPECascadedStyle(Object e,
String pseudoElement)
May return null.
|
| Modifier and Type | Method and Description |
|---|---|
static CascadedStyle |
CascadedStyle.createLayoutStyle(CascadedStyle startingPoint,
PropertyDeclaration[] decls)
Creates a
CascadedStyle using style information from
startingPoint and then adding the property declarations
from decls. |
| Constructor and Description |
|---|
PageInfo(List properties,
CascadedStyle pageStyle,
Map marginBoxes) |
| Modifier and Type | Method and Description |
|---|---|
CalculatedStyle |
CalculatedStyle.deriveStyle(CascadedStyle matched)
derives a child style from this style.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StyleTracker.addStyle(CascadedStyle style) |
| Modifier and Type | Method and Description |
|---|---|
CascadedStyle |
BlockBox.getFirstLetterStyle() |
CascadedStyle |
BlockBox.getFirstLineStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockBox.setFirstLetterStyle(CascadedStyle firstLetterStyle) |
void |
BlockBox.setFirstLineStyle(CascadedStyle firstLineStyle) |
Copyright © 2018. All rights reserved.