Uses of Class
org.odftoolkit.odfdom.incubator.doc.text.OdfTextSpan
-
Packages that use OdfTextSpan Package Description 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 Modifier and Type Method Description OdfTextSpanOdfTextSpan. addContent(String content)Add the given content to the paragraph.OdfTextSpanOdfTextSpan. addContentWhitespace(String content)Add the given content to the paragraph.OdfTextSpanOdfTextSpan. addStyledContent(String styleName, String content)Set a span to have the given styleName and add the given content.OdfTextSpanOdfTextSpan. addStyledContentWhitespace(String styleName, String content)Set a span to have the given styleName and add the given content.
-