|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kabeja.dxf.helpers.TextDocument
public class TextDocument
Field Summary | |
---|---|
protected java.util.List |
paragraphs
|
Constructor Summary | |
---|---|
TextDocument()
|
Method Summary | |
---|---|
void |
addStyledParagraph(StyledTextParagraph para)
|
int |
getLineCount()
|
int |
getMaximumLineLength()
|
int |
getParagraphCount()
|
java.util.Iterator |
getStyledParagraphIterator()
|
StyledTextParagraph |
getStyleTextParagraph(int i)
|
java.lang.String |
getText()
Return the pure text content. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List paragraphs
Constructor Detail |
---|
public TextDocument()
Method Detail |
---|
public java.lang.String getText()
public void addStyledParagraph(StyledTextParagraph para)
public java.util.Iterator getStyledParagraphIterator()
public int getParagraphCount()
public StyledTextParagraph getStyleTextParagraph(int i)
public int getLineCount()
public int getMaximumLineLength()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |