Package | Description |
---|---|
org.odftoolkit.odfdom.incubator.doc.text |
Modifier and Type | Method and Description |
---|---|
OdfTextHeading |
OdfTextHeading.addContent(String content)
Deprecated.
Add the given content to the paragraph.
|
OdfTextHeading |
OdfTextHeading.addContentWhitespace(String content)
Deprecated.
Add the given content to the heading.
|
OdfTextHeading |
OdfTextHeading.addStyledContent(String styleName,
String content)
Deprecated.
Set a heading to have the given styleName and add the given content.
|
OdfTextHeading |
OdfTextHeading.addStyledContentWhitespace(String styleName,
String content)
Deprecated.
Set a heading to have the given styleName and add the given content.
|
OdfTextHeading |
OdfTextHeading.addStyledSpan(String styleName,
String content)
Deprecated.
Add a span with the given styleName and content to this heading.
|
OdfTextHeading |
OdfTextHeading.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.