public final class OutlineElement extends CompositeNode<IOutlineElementChildNode> implements IOutlineChildNode, IOutlineElementChildNode
Represents a OutlineElement.
Constructor and Description |
---|
OutlineElement(Document document)
Initializes a new instance of the
OutlineElement class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
Date |
getCreationTime()
Gets or sets the creation time.
|
byte |
getIndentPosition()
Gets or sets the indent position.
|
Date |
getLastModifiedTime()
Gets or sets the last modified time.
|
NumberList |
getNumberList()
Gets or sets the style for the numbered list header.
|
void |
setCreationTime(Date value)
Gets or sets the creation time.
|
void |
setIndentPosition(byte value)
Gets or sets the indent position.
|
void |
setLastModifiedTime(Date value)
Gets or sets the last modified time.
|
void |
setNumberList(NumberList value)
Gets or sets the style for the numbered list header.
|
appendChildFirst, appendChildLast, getChildNodes, getChildren, getFirstChild, getLastChild, getText, insertChild, insertChildrenRange, insertChildrenRange, isComposite, iterator, removeChild
getDocument, getNextSibling, getNodeType, getParentNode, getPreviousSibling
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNextSibling, getPreviousSibling
forEach, spliterator
public OutlineElement(Document document)
Initializes a new instance of the OutlineElement
class.
document
- The parent document of the outline element.public byte getIndentPosition()
Gets or sets the indent position.
public void setIndentPosition(byte value)
Gets or sets the indent position.
public Date getLastModifiedTime()
Gets or sets the last modified time.
public void setLastModifiedTime(Date value)
Gets or sets the last modified time.
public Date getCreationTime()
Gets or sets the creation time.
public void setCreationTime(Date value)
Gets or sets the creation time.
public NumberList getNumberList()
Gets or sets the style for the numbered list header.
public void setNumberList(NumberList value)
Gets or sets the style for the numbered list header.
public void accept(DocumentVisitor visitor)
Accepts the visitor of the node.
accept
in interface INode
accept
in class CompositeNode<IOutlineElementChildNode>
visitor
- The object of a class derived from the DocumentVisitor
.