Package org.docx4j.toc.switches
Class SelectorSwitch
java.lang.Object
org.docx4j.toc.switches.AbstractSwitch
org.docx4j.toc.switches.SelectorSwitch
- All Implemented Interfaces:
SwitchInterface
A switch which can determine whether a given
paragraph is included in the TOC or not.
C, O, T, U
- Since:
- 11.5.4
-
Field Summary
Fields inherited from class org.docx4j.toc.switches.AbstractSwitch
EMPTY, ERROR_NOT_VALID_HEADING_LEVEL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.docx4j.toc.switches.AbstractSwitch
getEndLevel, getStartLevel, getStyleLevelMap, isSelectorSwitch, parseFieldArgument, prepareArgumentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.docx4j.toc.switches.SwitchInterface
getPriority, hasFieldArgument, process
-
Constructor Details
-
SelectorSwitch
public SelectorSwitch()
-