| Package | Description |
|---|---|
| com.openhtmltopdf.css.newmatch | |
| com.openhtmltopdf.css.parser.property | |
| com.openhtmltopdf.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 |
|---|---|
protected PropertyDeclaration |
AbstractPropertyBuilder.copyOf(PropertyDeclaration decl,
CSSName newName) |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyDeclaration |
AbstractPropertyBuilder.copyOf(PropertyDeclaration decl,
CSSName newName) |
| Modifier and Type | Method and Description |
|---|---|
void |
Ruleset.addProperty(PropertyDeclaration decl) |
Copyright © 2018. All rights reserved.