Uses of Class
org.odftoolkit.odfdom.incubator.doc.text.OdfTextParagraph
Packages that use OdfTextParagraph
Package
Description
The "Document Layer" exist for usability reasons, it gives a feature based view on the document model.
-
Uses of OdfTextParagraph in org.odftoolkit.odfdom.doc
Methods in org.odftoolkit.odfdom.doc that return OdfTextParagraphModifier and TypeMethodDescriptionAppend text to the end of a text document.OdfTextDocument.newParagraph()Creates a new paragraphOdfTextDocument.newParagraph(String text) Creates a new paragraph and append text -
Uses of OdfTextParagraph in org.odftoolkit.odfdom.incubator.doc.text
Methods in org.odftoolkit.odfdom.incubator.doc.text that return OdfTextParagraphModifier and TypeMethodDescriptionOdfTextParagraph.addContent(String content) Add the given content to the paragraph.OdfTextParagraph.addContentWhitespace(String content) Add the given content to the paragraph.OdfTextParagraph.addStyledContent(String styleName, String content) Set a paragraph to have the given styleName and add the given content.OdfTextParagraph.addStyledContentWhitespace(String styleName, String content) Set a paragraph to have the given styleName and add the given content.OdfTextParagraph.addStyledSpan(String styleName, String content) Add a span with the given styleName and content to this paragraph.OdfTextParagraph.addStyledSpanWhitespace(String styleName, String content) Add a span with the given styleName and content to this paragraph.