| Package | Description |
|---|---|
| org.docx4j.model.styles |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Node<T>> |
Node.children |
| Modifier and Type | Method and Description |
|---|---|
Node<T> |
Tree.get(java.lang.String name)
Quick access to any node in the tree.
|
Node<T> |
Node.getParent() |
Node<T> |
Tree.getRootElement()
Return the root Node of the tree.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Node<T>> |
Tree.climb(Node<T> n) |
java.util.List<Node<T>> |
Node.getChildren()
Return the children of Node
|
java.util.List<Node<T>> |
Tree.toList()
Returns the Tree
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.addChild(Node<T> child)
Adds a child to the list of children for this Node
|
java.util.List<Node<T>> |
Tree.climb(Node<T> n) |
static java.lang.String |
StyleTree.getHtmlClassAttributeValue(Tree<StyleTree.AugmentedStyle> tree,
Node<StyleTree.AugmentedStyle> n) |
void |
Node.setParent(Node<T> parent) |
void |
Tree.setRootElement(Node<T> rootElement)
Set the root Element for the tree.
|
Copyright © 2007–2023. All rights reserved.