| 程序包 | 说明 |
|---|---|
| org.docx4j.org.xhtmlrenderer.docx | |
| org.docx4j.org.xhtmlrenderer.extend | |
| 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!
|
| org.docx4j.org.xhtmlrenderer.simple.extend | |
| org.docx4j.org.xhtmlrenderer.swing | |
| org.docx4j.org.xhtmlrenderer.test |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Docx4jReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener listener) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener listener)
Identifies the FSL which will be used for callbacks when a form submit action is executed; you can use a
DefaultFormSubmissionListener if you don't want any action to be taken. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SharedContext.setFormSubmissionListener(FormSubmissionListener fsl) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ITextReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener listener) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
XHTMLPanel
XHTMLPanel is a simple Swing component that renders valid XHTML content in a
Java program.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultFormSubmissionListener
No-op implementation of a FormSubmissionListener; override the submit method in a subclass as needed.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NoReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener listener) |
| 构造器和说明 |
|---|
XhtmlForm(UserAgentCallback uac,
Element e,
FormSubmissionListener fsListener) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BasicPanel
A Swing
JPanel that encloses the Flying Saucer renderer
for easy integration into Swing applications. |
class |
ScalableXHTMLPanel
ScalableXHTMLPanel extends
XHTMLPanel to allow zoom on output. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected FormSubmissionListener |
BasicPanel.formSubmissionListener |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SwingReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener fsl) |
void |
BasicPanel.setFormSubmissionListener(FormSubmissionListener fsl) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DelegatingReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener listener) |
Copyright © 2019. All Rights Reserved.