Uses of Enum Class
com.deltaxml.dita.config.MapUncomparedTopicMarkup
Packages that use MapUncomparedTopicMarkup
-
Uses of MapUncomparedTopicMarkup in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return MapUncomparedTopicMarkupModifier and TypeMethodDescriptionMapParameters.getMapUncomparedTopicMarkup()Gets the value of the mapUncomparedTopicMarkup parameter.static MapUncomparedTopicMarkupReturns the enum constant of this class with the specified name.static MapUncomparedTopicMarkup[]MapUncomparedTopicMarkup.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 MapUncomparedTopicMarkupModifier and TypeMethodDescriptionvoidMapParameters.setMapUncomparedTopicMarkup(MapUncomparedTopicMarkup value) What action to perform on topics that are not compared.