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)
Deprecated.
Append text to the end of a text document.
|
OdfTextParagraph |
OdfTextDocument.newParagraph()
Deprecated.
Creates a new paragraph
|
OdfTextParagraph |
OdfTextDocument.newParagraph(String text)
Deprecated.
Creates a new paragraph and append text
|
Modifier and Type | Method and Description |
---|---|
OdfTextParagraph |
OdfTextParagraph.addContent(String content)
Deprecated.
Add the given content to the paragraph.
|
OdfTextParagraph |
OdfTextParagraph.addContentWhitespace(String content)
Deprecated.
Add the given content to the paragraph.
|
OdfTextParagraph |
OdfTextParagraph.addStyledContent(String styleName,
String content)
Deprecated.
Set a paragraph to have the given styleName and add the given content.
|
OdfTextParagraph |
OdfTextParagraph.addStyledContentWhitespace(String styleName,
String content)
Deprecated.
Set a paragraph to have the given styleName and add the given content.
|
OdfTextParagraph |
OdfTextParagraph.addStyledSpan(String styleName,
String content)
Deprecated.
Add a span with the given styleName and content to this paragraph.
|
OdfTextParagraph |
OdfTextParagraph.addStyledSpanWhitespace(String styleName,
String content)
Deprecated.
Add a span with the given styleName and content to this paragraph.
|
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.