|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.docx.Book
public class Book
This class encapsulates a DOCX file as a list of paragraphs.
| Field Summary | |
|---|---|
java.util.List<Paragraph> |
content
The list of paragraphs in the document |
| Constructor Summary | |
|---|---|
Book(Element book)
This constructs a new DOCX book by parsing the list of paragraphs from the XML element. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.List<Paragraph> content
| Constructor Detail |
|---|
public Book(Element book)
book - the XML element
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||