Package | Description |
---|---|
org.xhtmlrenderer.css.newmatch | |
org.xhtmlrenderer.css.sheet |
Modifier and Type | Method and Description |
---|---|
static PropertyDeclaration |
CascadedStyle.createLayoutPropertyDeclaration(CSSName cssName,
IdentValue display)
Creates a
PropertyDeclaration suitable for passing to
CascadedStyle.createLayoutStyle(PropertyDeclaration[]) or
CascadedStyle.createLayoutStyle(CascadedStyle, PropertyDeclaration[]) |
PropertyDeclaration |
CascadedStyle.propertyByName(CSSName cssName)
Returns a
PropertyDeclaration by CSS
property name, e.g. |
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 . |
static CascadedStyle |
CascadedStyle.createLayoutStyle(PropertyDeclaration[] decls)
Creates a
CascadedStyle using the provided property
declarations. |
Modifier and Type | Method and Description |
---|---|
void |
Ruleset.addProperty(PropertyDeclaration decl) |