Uses of Class
org.odftoolkit.odfdom.incubator.doc.text.OdfTextSpan

Packages that use OdfTextSpan
org.odftoolkit.odfdom.incubator.doc.text   
 

Uses of OdfTextSpan in org.odftoolkit.odfdom.incubator.doc.text
 

Methods in org.odftoolkit.odfdom.incubator.doc.text that return OdfTextSpan
 OdfTextSpan OdfTextSpan.addContent(String content)
          Deprecated. Add the given content to the paragraph.
 OdfTextSpan OdfTextSpan.addContentWhitespace(String content)
          Deprecated. Add the given content to the paragraph.
 OdfTextSpan OdfTextSpan.addStyledContent(String styleName, String content)
          Deprecated. Set a span to have the given styleName and add the given content.
 OdfTextSpan OdfTextSpan.addStyledContentWhitespace(String styleName, String content)
          Deprecated. Set a span to have the given styleName and add the given content.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.