Uses of Class
com.vladsch.flexmark.formatter.FormatterOptions
-
Packages that use FormatterOptions Package Description com.vladsch.flexmark.formatter com.vladsch.flexmark.formatter.internal -
-
Uses of FormatterOptions in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as FormatterOptions Modifier and Type Field Description (package private) FormatterOptions
Formatter.MainNodeFormatter. formatterOptions
private FormatterOptions
Formatter.MainNodeFormatter.SubNodeFormatter. myFormatterOptions
Methods in com.vladsch.flexmark.formatter that return FormatterOptions Modifier and Type Method Description @NotNull FormatterOptions
Formatter.MainNodeFormatter. getFormatterOptions()
@NotNull FormatterOptions
Formatter.MainNodeFormatter.SubNodeFormatter. getFormatterOptions()
@NotNull FormatterOptions
NodeFormatterContext. getFormatterOptions()
-
Uses of FormatterOptions in com.vladsch.flexmark.formatter.internal
Fields in com.vladsch.flexmark.formatter.internal declared as FormatterOptions Modifier and Type Field Description (package private) FormatterOptions
CoreNodeFormatter. formatterOptions
(package private) FormatterOptions
TranslationHandlerImpl. myFormatterOptions
-