Uses of Enum Class
com.deltaxml.dita.config.ShowNonPhraseChanges
Packages that use ShowNonPhraseChanges
-
Uses of ShowNonPhraseChanges in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return ShowNonPhraseChangesModifier and TypeMethodDescriptionDitaMarkup.getShowNonPhraseChanges()Gets the value of the showNonPhraseChanges parameter.static ShowNonPhraseChangesReturns the enum constant of this class with the specified name.static ShowNonPhraseChanges[]ShowNonPhraseChanges.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 ShowNonPhraseChangesModifier and TypeMethodDescriptionvoidDitaMarkup.setShowNonPhraseChanges(ShowNonPhraseChanges value) Specifies how to mark changes to text where <ph> elements are not allowed.