ca.docx
Class Book

java.lang.Object
  extended by ca.docx.Book

public class Book
extends java.lang.Object

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

content

public java.util.List<Paragraph> content
The list of paragraphs in the document

Constructor Detail

Book

public Book(Element book)
This constructs a new DOCX book by parsing the list of paragraphs from the XML element.

Parameters:
book - the XML element