Uses of Enum Class
com.deltaxml.dita.config.InvalidTableBehaviour
Packages that use InvalidTableBehaviour
-
Uses of InvalidTableBehaviour in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return InvalidTableBehaviourModifier and TypeMethodDescriptionTableConfig.getInvalidTableBehaviour()Gets the value of the invalidTableBehaviour parameter.static InvalidTableBehaviourReturns the enum constant of this class with the specified name.static InvalidTableBehaviour[]InvalidTableBehaviour.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.dita.config with parameters of type InvalidTableBehaviourModifier and TypeMethodDescriptionvoidTableConfig.setInvalidTableBehaviour(InvalidTableBehaviour value) In order to ensure that only valid CALS tables are passed to our specialized CALS table processing, each input table is marked either valid or invalid.Constructors in com.deltaxml.dita.config with parameters of type InvalidTableBehaviourModifierConstructorDescriptionTableConfig(InvalidTableBehaviour invalidTableBehaviour) Creates a newTableConfiginstance, setting the value of the invalidTableBehaviour parameter.