| Package | Description |
|---|---|
| com.openhtmltopdf.context | |
| com.openhtmltopdf.css.extend | |
| com.openhtmltopdf.css.newmatch | |
| com.openhtmltopdf.css.parser | |
| com.openhtmltopdf.css.sheet |
| Modifier and Type | Method and Description |
|---|---|
Stylesheet |
StylesheetFactoryImpl.getCachedStylesheet(String key)
Deprecated.
|
Stylesheet |
StylesheetFactoryImpl.getStylesheet(StylesheetInfo info)
Returns a cached sheet by its key; loads and caches it if not in cache;
null if not able to load
|
Stylesheet |
StylesheetFactoryImpl.parse(Reader reader,
StylesheetInfo info) |
| Modifier and Type | Method and Description |
|---|---|
void |
StylesheetFactoryImpl.putStylesheet(String key,
Stylesheet sheet)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Stylesheet |
StylesheetFactory.getStylesheet(StylesheetInfo si) |
Stylesheet |
StylesheetFactory.parse(Reader reader,
StylesheetInfo info) |
| Constructor and Description |
|---|
Matcher(TreeResolver tr,
AttributeResolver ar,
StylesheetFactory factory,
List<Stylesheet> stylesheets,
String medium) |
| Modifier and Type | Method and Description |
|---|---|
Stylesheet |
CSSParser.parseStylesheet(String uri,
int origin,
Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
Stylesheet |
StylesheetInfo.getStylesheet()
Gets the stylesheet attribute of the StylesheetInfo object
|
| Modifier and Type | Method and Description |
|---|---|
void |
StylesheetInfo.setStylesheet(Stylesheet stylesheet)
Sets the stylesheet attribute of the StylesheetInfo object
|
Copyright © 2018. All rights reserved.