Uses of Enum Class
com.deltaxml.dita.config.MathMLGranularity
Packages that use MathMLGranularity
-
Uses of MathMLGranularity in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return MathMLGranularityModifier and TypeMethodDescriptionMathMLConfig.getMathMLGranularity()Gets the value of the mathmlGranularity parameter.static MathMLGranularityReturns the enum constant of this class with the specified name.static MathMLGranularity[]MathMLGranularity.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 MathMLGranularityModifier and TypeMethodDescriptionvoidMathMLConfig.setMathMLGranularity(MathMLGranularity value) Specifies type of MathML processing.