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
Subclasses with type arguments of type Format.TextMode in org.jdom2.outputModifier and TypeClassDescriptionstatic enumClass to signify how text should be handled on output.Methods in org.jdom2.output that return Format.TextModeModifier and TypeMethodDescriptionFormat.getTextMode()Returns the current text output style.static Format.TextModeReturns 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 TypeMethodDescriptionvoidFormatStack.setTextMode(Format.TextMode mode) Change the current level's TextMode