Class SectPrFinder

java.lang.Object
org.docx4j.TraversalUtil.CallbackImpl
org.docx4j.finders.SectPrFinder
All Implemented Interfaces:
TraversalUtil.Callback

public class SectPrFinder
extends TraversalUtil.CallbackImpl
  • Constructor Summary

    Constructors 
    Constructor Description
    SectPrFinder​(MainDocumentPart mdp)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.Object> apply​(java.lang.Object o)
    Visits a node in pre order (before its children have been visited).
    java.util.List<SectPr> getOrderedSectPrList()
    The body level sectPr (if there is one) is at the end of the list.
    java.util.List<SectPr> getSectPrList()
    Deprecated.
    boolean shouldTraverse​(java.lang.Object o)
    Decide whether this node's children should be traversed.

    Methods inherited from class org.docx4j.TraversalUtil.CallbackImpl

    getChildren, walkJAXBElements

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait