org.jopendocument.dom.text
Class TextNode<S extends StyleStyle>
java.lang.Object
org.jopendocument.dom.ODNode
org.jopendocument.dom.StyledNode<S,TextDocument>
org.jopendocument.dom.text.TextNode<S>
- Type Parameters:
S - type of style.
- Direct Known Subclasses:
- Paragraph
public abstract class TextNode<S extends StyleStyle>
- extends StyledNode<S,TextDocument>
A text node that can be created ex nihilo. Ie without a document at first.
- Author:
- Sylvain CUAZ
|
Constructor Summary |
TextNode(org.jdom.Element local,
java.lang.Class<S> styleClass)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TextNode
public TextNode(org.jdom.Element local,
java.lang.Class<S> styleClass)
getODDocument
public final TextDocument getODDocument()
- Specified by:
getODDocument in class StyledNode<S extends StyleStyle,TextDocument>
setDocument
public final void setDocument(TextDocument doc)