Uses of Class
org.jdom2.output.Format.TextMode
-
Packages that use Format.TextMode Package Description org.jdom2.output Classes to output JDOM documents to various destinations.org.jdom2.output.support 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.TextMode Modifier and Type Method Description Format.TextMode
Format. getTextMode()
Returns the current text output style.static Format.TextMode
Format.TextMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Format.TextMode[]
Format.TextMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jdom2.output with parameters of type Format.TextMode Modifier and Type Method Description Format
Format. 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.TextMode Modifier and Type Method Description Format.TextMode
FormatStack. getDefaultMode()
Format.TextMode
FormatStack. getTextMode()
Methods in org.jdom2.output.support with parameters of type Format.TextMode Modifier and Type Method Description void
FormatStack. setTextMode(Format.TextMode mode)
Change the current level's TextMode
-