|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.dom.ODNode
org.jopendocument.dom.StyledNode<S,ODSingleXMLDocument>
org.jopendocument.dom.text.TextNode<ParagraphStyle>
org.jopendocument.dom.text.Paragraph
org.jopendocument.dom.text.Heading
public class Heading
A text heading, defining the chapter structure. See ยง4.1 of the OpenDocument specification.
| Field Summary |
|---|
| Fields inherited from class org.jopendocument.dom.text.TextNode |
|---|
parent |
| Constructor Summary | |
|---|---|
Heading()
|
|
Heading(String text)
|
|
| Method Summary | |
|---|---|
int |
getLevel()
|
void |
setLevel(int level)
|
| Methods inherited from class org.jopendocument.dom.text.Paragraph |
|---|
addContent, addStyledContent, addTab, checkDocument, setStyle, toString |
| Methods inherited from class org.jopendocument.dom.text.TextNode |
|---|
getODDocument, setDocument |
| Methods inherited from class org.jopendocument.dom.StyledNode |
|---|
getPrivateStyle, getStyle, getStyle, getStyleName, setStyleName |
| Methods inherited from class org.jopendocument.dom.ODNode |
|---|
getElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Heading(String text)
public Heading()
| Method Detail |
|---|
public final int getLevel()
public final void setLevel(int level)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||