| Package | Description |
|---|---|
| org.docx4j.org.xhtmlrenderer.context | |
| org.docx4j.org.xhtmlrenderer.layout | |
| org.docx4j.org.xhtmlrenderer.pdf | |
| org.docx4j.org.xhtmlrenderer.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.
|
| org.docx4j.org.xhtmlrenderer.simple.extend | |
| org.docx4j.org.xhtmlrenderer.swing |
| 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 | Method and Description |
|---|---|
void |
ITextRenderer.setDocument(Document doc,
String url,
NamespaceHandler nsh) |
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
void |
RootPanel.setDocument(Document doc,
String url,
NamespaceHandler nsh) |
void |
BasicPanel.setDocument(InputStream stream,
String url,
NamespaceHandler nsh) |
void |
BasicPanel.setDocument(String url,
NamespaceHandler nsh) |
void |
BasicPanel.setDocumentFromString(String content,
String url,
NamespaceHandler nsh) |
Copyright © 2011-2013. All Rights Reserved.