Package org.docx4j.toc
Class TocHelper
java.lang.Object
org.docx4j.toc.TocHelper
This is Helper class for working with elements of TOC of docx documents.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAllElementsFromObject(Object obj, Class<?> toSearch) A ContentAccessor-based approach to fetching objects of the specified type from
-
Field Details
-
TOC_INSTRUCTION_MASK
- See Also:
-
DEFAULT_TOC_INSTRUCTION
- See Also:
-
DEFAULT_TAB_LEADER
-
HEADING_STYLE
- See Also:
-
TOC_STYLE_MASK
- See Also:
-
-
Method Details
-
getAllElementsFromObject
A ContentAccessor-based approach to fetching objects of the specified type from- Parameters:
obj-toSearch-- Returns:
-