Uses of Enum Class
org.jdom2.output.Format.TextMode
Packages that use Format.TextMode
Package
Description
Classes to output JDOM documents to various destinations.
Classes used to implement output functionality that are not part of the
actual Output API, but rather part of the implementation.
-
Uses of Format.TextMode in org.jdom2.output
Methods in org.jdom2.output that return Format.TextModeModifier and TypeMethodDescriptionFormat.getTextMode()
Returns the current text output style.static Format.TextMode
Returns the enum constant of this class with the specified name.static Format.TextMode[]
Format.TextMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdom2.output with parameters of type Format.TextModeModifier and TypeMethodDescriptionFormat.setTextMode
(Format.TextMode mode) This sets the text output style. -
Uses of Format.TextMode in org.jdom2.output.support
Methods in org.jdom2.output.support that return Format.TextModeMethods in org.jdom2.output.support with parameters of type Format.TextModeModifier and TypeMethodDescriptionvoid
FormatStack.setTextMode
(Format.TextMode mode) Change the current level's TextMode