tools.docx
Class TextRange

java.lang.Object
  extended by tools.docx.TextRange

public class TextRange
extends java.lang.Object

This class encapsulates a list of content fragments.


Field Summary
 java.util.List<java.lang.String> content
           
 java.lang.String decoration
           
 
Constructor Summary
TextRange(org.jdom.Element range, Book book)
          This constructs a text range by parsing the DOCX xml.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

decoration

public java.lang.String decoration

content

public java.util.List<java.lang.String> content
Constructor Detail

TextRange

public TextRange(org.jdom.Element range,
                 Book book)
This constructs a text range by parsing the DOCX xml.

Parameters:
range - the xml
book - the containing DOCX book