Uses of Enum
com.itextpdf.styledxmlparser.jsoup.nodes.Document.OutputSettings.Syntax
Packages that use Document.OutputSettings.Syntax
-
Uses of Document.OutputSettings.Syntax in com.itextpdf.styledxmlparser.jsoup.nodes
Fields in com.itextpdf.styledxmlparser.jsoup.nodes declared as Document.OutputSettings.SyntaxModifier and TypeFieldDescriptionprivate Document.OutputSettings.Syntax
Document.OutputSettings.syntax
Methods in com.itextpdf.styledxmlparser.jsoup.nodes that return Document.OutputSettings.SyntaxModifier and TypeMethodDescriptionDocument.OutputSettings.syntax()
Get the document's current output syntax.Returns the enum constant of this type with the specified name.static Document.OutputSettings.Syntax[]
Document.OutputSettings.Syntax.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type Document.OutputSettings.SyntaxModifier and TypeMethodDescriptionDocument.OutputSettings.syntax
(Document.OutputSettings.Syntax syntax) Set the document's output syntax.