Package org.docx4j.toc.switches
Class FormattingSwitch
java.lang.Object
org.docx4j.toc.switches.AbstractSwitch
org.docx4j.toc.switches.FormattingSwitch
- All Implemented Interfaces:
SwitchInterface
A switch which dictates formatting only
(eg page numbering N, hyperlinks H)
and does not determine whether a given
paragraph is included in the TOC or not.
- 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
-
FormattingSwitch
public FormattingSwitch()
-