| Package | Description |
|---|---|
| com.openhtmltopdf.context | |
| com.openhtmltopdf.layout | |
| com.openhtmltopdf.simple |
Includes those classes you need to render XHTML documents
quickly, right out of the box, and with no special setup needed; start here! All the classes
in this package are oriented towards ease-of-use.
|
| com.openhtmltopdf.simple.extend |
| Modifier and Type | Method and Description |
|---|---|
void |
StyleReference.setDocumentContext(SharedContext context,
NamespaceHandler nsh,
Document doc,
UserInterface ui)
Sets the documentContext attribute of the StyleReference object
|
| Constructor and Description |
|---|
StandardAttributeResolver(NamespaceHandler nsh,
UserAgentCallback uac,
UserInterface ui)
Constructor for the StandardAttributeResolver object
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceHandler |
SharedContext.getNamespaceHandler() |
NamespaceHandler |
LayoutContext.getNamespaceHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
SharedContext.setNamespaceHandler(NamespaceHandler nh) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoNamespaceHandler
Handles a general XML document
|
| Modifier and Type | Class and Description |
|---|---|
class |
XhtmlCssOnlyNamespaceHandler
Handles xhtml but only css styling is honored,
no presentational html attributes (see css 2.1 spec, 6.4.4)
|
class |
XhtmlNamespaceHandler
Handles xhtml documents, including presentational html attributes (see css 2.1 spec, 6.4.4).
|
Copyright © 2018. All rights reserved.