| Package | Description |
|---|---|
| org.xhtmlrenderer.css.newmatch | |
| org.xhtmlrenderer.css.parser.property | |
| 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(List) 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 |
|---|---|
Iterator<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... declarations)
Creates a
CascadedStyle using the provided property
declarations. |
| Modifier and Type | Method and Description |
|---|---|
static CascadedStyle |
CascadedStyle.createLayoutStyle(List<PropertyDeclaration> declarations) |
| Constructor and Description |
|---|
PageInfo(List<PropertyDeclaration> properties,
CascadedStyle pageStyle,
Map<MarginBoxName,List<PropertyDeclaration>> marginBoxes) |
PageInfo(List<PropertyDeclaration> 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 |
|---|---|
List<PropertyDeclaration> |
PropertyBuilder.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important) |
List<PropertyDeclaration> |
AbstractPropertyBuilder.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important) |
List<PropertyDeclaration> |
ContentPropertyBuilder.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PropertyBuilder.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> 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<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
SizePropertyBuilder.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
BorderSpacingPropertyBuilder.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
ListStylePropertyBuilder.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
CounterPropertyBuilder.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
QuotesPropertyBuilder.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
FontPropertyBuilder.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.BackgroundSize.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.BackgroundPosition.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FontFamily.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FontSize.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FontWeight.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FSPDFFontEncoding.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.LineHeight.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.Page.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.Position.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TextDecoration.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.ZIndex.buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
protected List<PropertyDeclaration> |
AbstractPropertyBuilder.checkInheritAll(CSSName[] all,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
| 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 © 2023. All rights reserved.