Uses of Enum Class
com.deltaxml.dita.config.InvalidReferencedSVGBehaviour
Packages that use InvalidReferencedSVGBehaviour
-
Uses of InvalidReferencedSVGBehaviour in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return InvalidReferencedSVGBehaviourModifier and TypeMethodDescriptionSVGConfig.getInvalidReferencedSVGBehaviour()Gets the value of the invalidReferencedSVGBehaviour parameter.Returns the enum constant of this class with the specified name.static InvalidReferencedSVGBehaviour[]InvalidReferencedSVGBehaviour.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 InvalidReferencedSVGBehaviourModifier and TypeMethodDescriptionvoidSVGConfig.setInvalidReferencedSVGBehaviour(InvalidReferencedSVGBehaviour value) Sets the mode to use for handling invalid referenced SVG.