| Package | Description |
|---|---|
| org.docx4j.model.styles |
| Modifier and Type | Field and Description |
|---|---|
List<Node<T>> |
Node.children |
| Modifier and Type | Method and Description |
|---|---|
Node<T> |
Tree.get(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 |
|---|---|
List<Node<T>> |
Tree.climb(Node<T> n) |
List<Node<T>> |
Node.getChildren()
Return the children of Node
|
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
|
List<Node<T>> |
Tree.climb(Node<T> n) |
static 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-2020. All Rights Reserved.