| 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 |
|---|---|
Collection<PropertyDeclaration> |
CascadedStyle.getCascadedPropertyDeclarations()
Returns an
Iterator over the set of PropertyDeclarations already matched in this
CascadedStyle. |
| 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 |
|---|---|
static CascadedStyle |
CascadedStyle.createLayoutStyle(List<PropertyDeclaration> decls) |
| Constructor and Description |
|---|
PageInfo(List properties,
CascadedStyle pageStyle,
Map<MarginBoxName,List<PropertyDeclaration>> marginBoxes) |
| 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 |
|---|---|
Map<MarginBoxName,List<PropertyDeclaration>> |
PageRule.getMarginBoxes() |
List<PropertyDeclaration> |
PageRule.getMarginBoxProperties(MarginBoxName name) |
List<PropertyDeclaration> |
Ruleset.getPropertyDeclarations()
Returns an Iterator of PropertyDeclarations pulled from this
CSSStyleRule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ruleset.addProperty(PropertyDeclaration decl) |
| Modifier and Type | Method and Description |
|---|---|
void |
Ruleset.addAllProperties(List<PropertyDeclaration> props) |
void |
PageRule.addMarginBoxProperties(MarginBoxName name,
List<PropertyDeclaration> props) |
Copyright © 2018. All rights reserved.