|
||||||||||
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)
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 |
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)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |