Uses of Class
com.deltaxml.ditamerge.FormattingElementsConfiguration
Packages that use FormattingElementsConfiguration
-
Uses of FormattingElementsConfiguration in com.deltaxml.ditamerge
Methods in com.deltaxml.ditamerge that return FormattingElementsConfigurationModifier and TypeMethodDescriptionConcurrentMerge.getFormattingElementsConfiguration()Returns the currently used FormattingElementConfiguration object.SequentialMerge.getFormattingElementsConfiguration()Returns the currently used FormattingElementConfiguration object.ThreeWayMerge.getFormattingElementsConfiguration()Returns the currently used FormattingElementConfiguration object.Methods in com.deltaxml.ditamerge with parameters of type FormattingElementsConfigurationModifier and TypeMethodDescriptionvoidConcurrentMerge.setFormattingElementsConfiguration(FormattingElementsConfiguration formattingElementsConfiguration) Provides various settings for specifying formatting elements.voidSequentialMerge.setFormattingElementsConfiguration(FormattingElementsConfiguration formattingElementsConfiguration) Provides various settings for specifying formatting elements.voidThreeWayMerge.setFormattingElementsConfiguration(FormattingElementsConfiguration formattingElementsConfiguration) Provides various settings for specifying formatting elements.