Uses of Class
org.odftoolkit.odfdom.doc.text.OdfTextParagraph

Packages that use OdfTextParagraph
org.odftoolkit.odfdom.doc The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model. 
org.odftoolkit.odfdom.doc.text   
 

Uses of OdfTextParagraph in org.odftoolkit.odfdom.doc
 

Methods in org.odftoolkit.odfdom.doc that return OdfTextParagraph
 OdfTextParagraph OdfTextDocument.addText(java.lang.String text)
          Append text to the end of a text document.
 OdfTextParagraph OdfTextDocument.newParagraph()
          Creates a new paragraph
 OdfTextParagraph OdfTextDocument.newParagraph(java.lang.String text)
          Creates a new paragraph and append text
 

Uses of OdfTextParagraph in org.odftoolkit.odfdom.doc.text
 

Methods in org.odftoolkit.odfdom.doc.text that return OdfTextParagraph
 OdfTextParagraph OdfTextParagraph.addContent(java.lang.String content)
          Add the given content to the paragraph.
 OdfTextParagraph OdfTextParagraph.addContentWhitespace(java.lang.String content)
          Add the given content to the paragraph.
 OdfTextParagraph OdfTextParagraph.addStyledContent(java.lang.String styleName, java.lang.String content)
          Set a paragraph to have the given styleName and add the given content.
 OdfTextParagraph OdfTextParagraph.addStyledContentWhitespace(java.lang.String styleName, java.lang.String content)
          Set a paragraph to have the given styleName and add the given content.
 OdfTextParagraph OdfTextParagraph.addStyledSpan(java.lang.String styleName, java.lang.String content)
          Add a span with the given styleName and content to this paragraph.
 OdfTextParagraph OdfTextParagraph.addStyledSpanWhitespace(java.lang.String styleName, java.lang.String content)
          Add a span with the given styleName and content to this paragraph.
 



Copyright © 2008-2010 ODF Toolkit Project. All Rights Reserved.