| Package | Description |
|---|---|
| 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! All the classes
in this package are oriented towards ease-of-use.
|
| org.docx4j.org.xhtmlrenderer.simple.extend | |
| org.docx4j.org.xhtmlrenderer.swing | |
| org.docx4j.org.xhtmlrenderer.test |
| Modifier and Type | Method and Description |
|---|---|
void |
Docx4jReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener listener) |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
SharedContext.setFormSubmissionListener(FormSubmissionListener fsl) |
| Modifier and Type | Method and Description |
|---|---|
void |
ITextReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
XHTMLPanel
XHTMLPanel is a simple Swing component that renders valid XHTML content in a
Java program.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFormSubmissionListener
No-op implementation of a FormSubmissionListener; override the submit method in a subclass as needed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NoReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener listener) |
| Constructor and Description |
|---|
XhtmlForm(UserAgentCallback uac,
Element e,
FormSubmissionListener fsListener) |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
protected FormSubmissionListener |
BasicPanel.formSubmissionListener |
| Modifier and Type | Method and Description |
|---|---|
void |
SwingReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener fsl) |
void |
BasicPanel.setFormSubmissionListener(FormSubmissionListener fsl) |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatingReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener listener) |
Copyright © 2011-2013. All Rights Reserved.