Package org.docx4j.toc.switches
Interface SwitchInterface
public interface SwitchInterface
-
Method Summary
Modifier and Type Method Description intgetPriority()booleanhasFieldArgument()booleanisStyleSwitch()java.lang.StringparseFieldArgument(java.lang.String fieldArgument)voidprocess(Style s, SwitchProcessor sp)
-
Method Details
-
parseFieldArgument
java.lang.String parseFieldArgument(java.lang.String fieldArgument) -
hasFieldArgument
boolean hasFieldArgument() -
process
-
getPriority
int getPriority() -
isStyleSwitch
boolean isStyleSwitch()
-