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