Package org.docx4j.toc.switches
Interface SwitchInterface
- All Known Implementing Classes:
AbstractSwitch,CSwitch,FormattingSwitch,HSwitch,NSwitch,OSwitch,SelectorSwitch,TSwitch,USwitch
public interface SwitchInterface
-
Method Summary
Modifier and TypeMethodDescriptionintbooleanparseFieldArgument(String fieldArgument) Parse the field argument, return error string if any.voidprocess(Style s, SwitchProcessorInterface sp)
-
Method Details
-
parseFieldArgument
Parse the field argument, return error string if any. Invoked from TOC parseInstruction()- Parameters:
fieldArgument- .- Returns:
- error string if any for exception
-
hasFieldArgument
boolean hasFieldArgument() -
process
-
getPriority
int getPriority()
-