Class TocHelper

java.lang.Object
org.docx4j.toc.TocHelper

public class TocHelper
extends java.lang.Object
This is Helper class for working with elements of TOC of docx documents.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static STTabTlc DEFAULT_TAB_LEADER  
    static java.lang.String DEFAULT_TOC_INSTRUCTION  
    static java.lang.String HEADING_STYLE  
    static java.lang.String TOC_INSTRUCTION_MASK  
    static java.lang.String TOC_STYLE_MASK  
  • Method Summary

    Modifier and Type Method Description
    static java.util.List<java.lang.Object> getAllElementsFromObject​(java.lang.Object obj, java.lang.Class<?> toSearch)
    A ContentAccessor-based approach to fetching objects of the specified type from

    Methods inherited from class java.lang.Object

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