Uses of Class
com.vladsch.flexmark.util.sequence.LineAppendable.Options
-
Packages that use LineAppendable.Options Package Description com.vladsch.flexmark.util.format com.vladsch.flexmark.util.html com.vladsch.flexmark.util.sequence -
-
Uses of LineAppendable.Options in com.vladsch.flexmark.util.format
Methods in com.vladsch.flexmark.util.format that return types with arguments of type LineAppendable.Options Modifier and Type Method Description @NotNull BitFieldSet<LineAppendable.Options>
MarkdownWriterBase. getOptionSet()
-
Uses of LineAppendable.Options in com.vladsch.flexmark.util.html
Methods in com.vladsch.flexmark.util.html that return types with arguments of type LineAppendable.Options Modifier and Type Method Description @NotNull BitFieldSet<LineAppendable.Options>
HtmlAppendableBase. getOptionSet()
-
Uses of LineAppendable.Options in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as LineAppendable.Options Modifier and Type Field Description static LineAppendable.Options
LineAppendable. O_COLLAPSE_WHITESPACE
static LineAppendable.Options
LineAppendable. O_CONVERT_TABS
static LineAppendable.Options
LineAppendable. O_PASS_THROUGH
static LineAppendable.Options
LineAppendable. O_PREFIX_PRE_FORMATTED
static LineAppendable.Options
LineAppendable. O_TRIM_LEADING_EOL
static LineAppendable.Options
LineAppendable. O_TRIM_LEADING_WHITESPACE
static LineAppendable.Options
LineAppendable. O_TRIM_TRAILING_WHITESPACE
Fields in com.vladsch.flexmark.util.sequence with type parameters of type LineAppendable.Options Modifier and Type Field Description static BitFieldSet<LineAppendable.Options>
LineAppendable. O_FORMAT_ALL
private BitFieldSet<LineAppendable.Options>
LineAppendableImpl. options
Methods in com.vladsch.flexmark.util.sequence that return LineAppendable.Options Modifier and Type Method Description static LineAppendable.Options
LineAppendable.Options. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LineAppendable.Options[]
LineAppendable.Options. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vladsch.flexmark.util.sequence that return types with arguments of type LineAppendable.Options Modifier and Type Method Description @NotNull BitFieldSet<LineAppendable.Options>
LineAppendable. getOptionSet()
Get current options as set which can be used to modify options@NotNull BitFieldSet<LineAppendable.Options>
LineAppendableImpl. getOptionSet()
static BitFieldSet<LineAppendable.Options>
LineAppendable. toOptionSet(int options)
static BitFieldSet<LineAppendable.Options>
LineAppendable. toOptionSet(LineAppendable.Options... options)
Methods in com.vladsch.flexmark.util.sequence with parameters of type LineAppendable.Options Modifier and Type Method Description default @NotNull LineAppendable
LineAppendable. setOptions(LineAppendable.Options... options)
static BitFieldSet<LineAppendable.Options>
LineAppendable. toOptionSet(LineAppendable.Options... options)
Method parameters in com.vladsch.flexmark.util.sequence with type arguments of type LineAppendable.Options Modifier and Type Method Description default @NotNull LineAppendable
LineAppendable. setOptions(BitFieldSet<LineAppendable.Options> options)
Set options on processing textConstructor parameters in com.vladsch.flexmark.util.sequence with type arguments of type LineAppendable.Options Constructor Description LineAppendableImpl(@Nullable java.lang.Appendable appendable, BitFieldSet<LineAppendable.Options> formatOptions)
-