|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttools.docx.TextRange
public class TextRange
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 |
|---|
public java.lang.String decoration
public java.util.List<java.lang.String> content
| Constructor Detail |
|---|
public TextRange(org.jdom.Element range,
Book book)
range - the xmlbook - the containing DOCX book
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||