| 程序包 | 说明 |
|---|---|
| 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!
|
| org.docx4j.org.xhtmlrenderer.swing |
| 限定符和类型 | 字段和说明 |
|---|---|
protected XHTMLPanel |
XHTMLPrintable.panel |
protected XHTMLPanel |
Graphics2DRenderer.panel
The panel we are using to render the document.
|
| 限定符和类型 | 方法和说明 |
|---|---|
XHTMLPanel |
Graphics2DRenderer.getPanel()
Returns the panel used internally for rendering.
|
| 构造器和说明 |
|---|
XHTMLPrintable(XHTMLPanel panel)
Creates a new XHTMLPrintable that will print
the current contents of the passed in XHTMLPanel.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ScalableXHTMLPanel
ScalableXHTMLPanel extends
XHTMLPanel to allow zoom on output. |
| 限定符和类型 | 方法和说明 |
|---|---|
XHTMLPanel |
SelectionHighlighter.getComponent() |
XHTMLPanel |
ScaleChangeEvent.getComponent() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SelectionHighlighter.deinstall(XHTMLPanel panel) |
void |
SelectionHighlighter.install(XHTMLPanel panel) |
| 构造器和说明 |
|---|
ScaleChangeEvent(XHTMLPanel pane,
double scale)
Constructs a new ScaleChangeEvent
|
Copyright © 2019. All Rights Reserved.