| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.