Uses of Class
org.odftoolkit.odfdom.incubator.doc.text.OdfTextHeading
-
Packages that use OdfTextHeading Package Description org.odftoolkit.odfdom.incubator.doc.text -
-
Uses of OdfTextHeading in org.odftoolkit.odfdom.incubator.doc.text
Methods in org.odftoolkit.odfdom.incubator.doc.text that return OdfTextHeading Modifier and Type Method Description OdfTextHeadingOdfTextHeading. addContent(String content)Add the given content to the paragraph.OdfTextHeadingOdfTextHeading. addContentWhitespace(String content)Add the given content to the heading.OdfTextHeadingOdfTextHeading. addStyledContent(String styleName, String content)Set a heading to have the given styleName and add the given content.OdfTextHeadingOdfTextHeading. addStyledContentWhitespace(String styleName, String content)Set a heading to have the given styleName and add the given content.OdfTextHeadingOdfTextHeading. addStyledSpan(String styleName, String content)Add a span with the given styleName and content to this heading.OdfTextHeadingOdfTextHeading. addStyledSpanWhitespace(String styleName, String content)Add a span with the given styleName and content to this paragraph.
-