|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.incubator.doc.text | |
| Uses of OdfTextParagraph in org.odftoolkit.odfdom.doc |
|---|
| Methods in org.odftoolkit.odfdom.doc that return OdfTextParagraph | |
|---|---|
OdfTextParagraph |
OdfTextDocument.addText(String text)
Append text to the end of a text document. |
OdfTextParagraph |
OdfTextDocument.newParagraph()
Creates a new paragraph |
OdfTextParagraph |
OdfTextDocument.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 OdfTextParagraph | |
|---|---|
OdfTextParagraph |
OdfTextParagraph.addContent(String content)
Add the given content to the paragraph. |
OdfTextParagraph |
OdfTextParagraph.addContentWhitespace(String content)
Add the given content to the paragraph. |
OdfTextParagraph |
OdfTextParagraph.addStyledContent(String styleName,
String content)
Set a paragraph to have the given styleName and add the given content. |
OdfTextParagraph |
OdfTextParagraph.addStyledContentWhitespace(String styleName,
String content)
Set a paragraph to have the given styleName and add the given content. |
OdfTextParagraph |
OdfTextParagraph.addStyledSpan(String styleName,
String content)
Add a span with the given styleName and content to this paragraph. |
OdfTextParagraph |
OdfTextParagraph.addStyledSpanWhitespace(String styleName,
String content)
Add a span with the given styleName and content to this paragraph. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||