public final class OutlineGroup extends CompositeNode<IOutlineChildNode> implements IOutlineChildNode, IOutlineElementChildNode
Represents a OutlineGroup.
Constructor and Description |
---|
OutlineGroup(Document document)
Initializes a new instance of the
OutlineGroup class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
byte |
getIndentPosition()
Gets or sets the indent position.
|
void |
setIndentPosition(byte value)
Gets or sets the indent position.
|
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 OutlineGroup(Document document)
Initializes a new instance of the OutlineGroup
class.
document
- The document of the outline group.public byte getIndentPosition()
Gets or sets the indent position.
public void setIndentPosition(byte value)
Gets or sets the indent position.
public void accept(DocumentVisitor visitor)
Accepts the visitor of the node.
accept
in interface INode
accept
in class CompositeNode<IOutlineChildNode>
visitor
- The object of a class derived from the DocumentVisitor
.