Class JsoupHtmlFormatterSettings

java.lang.Object
de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterSettings

public class JsoupHtmlFormatterSettings extends Object
Utility class for Jsoup HTML formatter specific settings.
Author:
bahlef
  • Field Details

    • PRETTY_PRINT

      public static final String PRETTY_PRINT
      Property key which defines whether to use pretty print or not for the Jsoup HTML formatter.
      Since:
      1.15.3
      See Also:
    • INDENT_SIZE

      public static final String INDENT_SIZE
      Property key which defines amount of spaces for indentation for the Jsoup HTML formatter.
      Since:
      1.15.3
      See Also:
    • OUTLINE

      public static final String OUTLINE
      Property key which defines whether to outline or not for the Jsoup HTML formatter.
      Since:
      1.15.3
      See Also:
    • LINEFEED

      public static final String LINEFEED
      Property key which defines the line feed setting for the Jsoup HTML formatter.
      Since:
      1.15.3
      See Also: