org.jopendocument.model.text
Class TextP

java.lang.Object
  extended by org.jopendocument.model.text.ParagraphElement
      extended by org.jopendocument.model.text.TextP

public class TextP
extends ParagraphElement


Field Summary
 
Fields inherited from class org.jopendocument.model.text.ParagraphElement
textCondStyleName, textStyleName
 
Constructor Summary
TextP()
           
 
Method Summary
 void addElement(Object p)
           
 void addTextSpan(TextSpan p)
           
 void addToLastTextSpan(String string)
           
 String getFullText()
           
 List<TextSpan> getTextSpans()
           
 boolean isEmpty()
           
 String toString()
           
 
Methods inherited from class org.jopendocument.model.text.ParagraphElement
getTextCondStyleName, getTextStyleName, setTextCondStyleName, setTextStyleName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextP

public TextP()
Method Detail

addTextSpan

public void addTextSpan(TextSpan p)

addToLastTextSpan

public void addToLastTextSpan(String string)

getFullText

public String getFullText()

getTextSpans

public List<TextSpan> getTextSpans()

isEmpty

public boolean isEmpty()

toString

public String toString()
Overrides:
toString in class Object

addElement

public void addElement(Object p)


Copyright © 2010 jOpenDocument All Rights Reserved.