| 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. |
Map<MarginBoxName,List<PropertyDeclaration>> |
PageInfo.getMarginBoxes() |
List<PropertyDeclaration> |
PageInfo.getProperties() |
List<PropertyDeclaration> |
PageInfo.getXMPPropertyList() |
| 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<PropertyDeclaration> properties,
CascadedStyle pageStyle,
Map<MarginBoxName,List<PropertyDeclaration>> marginBoxes,
List<PropertyDeclaration> footnote) |
PageInfo(List<PropertyDeclaration> properties,
CascadedStyle pageStyle,
Map<MarginBoxName,List<PropertyDeclaration>> marginBoxes,
List<PropertyDeclaration> footnote) |
PageInfo(List<PropertyDeclaration> properties,
CascadedStyle pageStyle,
Map<MarginBoxName,List<PropertyDeclaration>> marginBoxes,
List<PropertyDeclaration> footnote) |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyDeclaration |
AbstractPropertyBuilder.copyOf(PropertyDeclaration decl,
CSSName newName) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDeclaration> |
PropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important) |
List<PropertyDeclaration> |
AbstractPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important) |
List<PropertyDeclaration> |
BorderSpacingPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
FontPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
QuotesPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
SizePropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed)
Builds a list of
PropertyDeclaration objects for the CSS
property cssName. |
List<PropertyDeclaration> |
BackgroundPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
ListStylePropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
CounterPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FontFamily.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FontSize.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FontWeight.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FSPDFFontEncoding.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.LineHeight.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.Page.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.Position.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.Src.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TextDecoration.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.ZIndex.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.ColumnCount.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TransformPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TransformOriginX.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TransformOriginY.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TransformOriginPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
ContentPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
protected List<PropertyDeclaration> |
AbstractPropertyBuilder.checkInheritAll(CSSName[] all,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyDeclaration |
AbstractPropertyBuilder.copyOf(PropertyDeclaration decl,
CSSName newName) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidPropertyDeclaration
Holds an invalid property declaration (ie.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDeclaration> |
PageRule.getFootnoteAreaProperties() |
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.addFootnoteAreaProperties(List<PropertyDeclaration> propertyDeclarations) |
void |
PageRule.addMarginBoxProperties(MarginBoxName name,
List<PropertyDeclaration> props) |
Copyright © 2004–2025. All rights reserved.