Uses of Class
org.docx4j.model.styles.Node
Packages that use Node
-
Uses of Node in org.docx4j.model.styles
Fields in org.docx4j.model.styles declared as NodeFields in org.docx4j.model.styles with type parameters of type NodeMethods in org.docx4j.model.styles that return NodeModifier and TypeMethodDescriptionprivate Node<StyleTree.AugmentedStyle>Quick access to any node in the tree.Node.getParent()Tree.getRootElement()Return the root Node of the tree.Methods in org.docx4j.model.styles that return types with arguments of type NodeModifier and TypeMethodDescriptionNode.getChildren()Return the children of Node. Tree.toList()Returns the Treeas a List of Node objects. Methods in org.docx4j.model.styles with parameters of type NodeModifier and TypeMethodDescriptionvoidAdds a child to the list of children for this Node. static StringStyleTree.getHtmlClassAttributeValue(Tree<StyleTree.AugmentedStyle> tree, Node<StyleTree.AugmentedStyle> n) voidvoidTree.setRootElement(Node<T> rootElement) Set the root Element for the tree.private voidWalks the Tree in pre-order style.Method parameters in org.docx4j.model.styles with type arguments of type Node -
Uses of Node in org.docx4j.samples
Methods in org.docx4j.samples with parameters of type NodeModifier and TypeMethodDescriptionprivate static voidStylesDeleteUnusedLeafStyles.walk(Node<StyleTree.AugmentedStyle> element, String tabs)