| Package | Description |
|---|---|
| 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.swing |
| Modifier and Type | Field and Description |
|---|---|
protected XHTMLPanel |
XHTMLPrintable.panel |
protected XHTMLPanel |
Graphics2DRenderer.panel
The panel we are using to render the document.
|
| Modifier and Type | Method and Description |
|---|---|
XHTMLPanel |
Graphics2DRenderer.getPanel()
Returns the panel used internally for rendering.
|
| Constructor and Description |
|---|
XHTMLPrintable(XHTMLPanel panel)
Creates a new XHTMLPrintable that will print
the current contents of the passed in XHTMLPanel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScalableXHTMLPanel
ScalableXHTMLPanel extends
XHTMLPanel to allow zoom on output. |
| Modifier and Type | Method and Description |
|---|---|
XHTMLPanel |
SelectionHighlighter.getComponent() |
XHTMLPanel |
ScaleChangeEvent.getComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionHighlighter.deinstall(XHTMLPanel panel) |
void |
SelectionHighlighter.install(XHTMLPanel panel) |
| Constructor and Description |
|---|
ScaleChangeEvent(XHTMLPanel pane,
double scale)
Constructs a new ScaleChangeEvent
|
Copyright © 2011-2013. All Rights Reserved.