Uses of Enum Class
com.vladsch.flexmark.util.sequence.LineAppendable.Options
Packages that use LineAppendable.Options
Package
Description
-
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.OptionsModifier and TypeMethodDescription@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.OptionsModifier and TypeMethodDescription@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.OptionsModifier and TypeFieldDescriptionstatic final LineAppendable.Options
LineAppendable.O_COLLAPSE_WHITESPACE
static final LineAppendable.Options
LineAppendable.O_CONVERT_TABS
static final LineAppendable.Options
LineAppendable.O_PASS_THROUGH
static final LineAppendable.Options
LineAppendable.O_PREFIX_PRE_FORMATTED
static final LineAppendable.Options
LineAppendable.O_TRIM_LEADING_EOL
static final LineAppendable.Options
LineAppendable.O_TRIM_LEADING_WHITESPACE
static final LineAppendable.Options
LineAppendable.O_TRIM_TRAILING_WHITESPACE
Fields in com.vladsch.flexmark.util.sequence with type parameters of type LineAppendable.OptionsModifier and TypeFieldDescriptionstatic final BitFieldSet
<LineAppendable.Options> LineAppendable.O_FORMAT_ALL
private final BitFieldSet
<LineAppendable.Options> LineAppendableImpl.options
Methods in com.vladsch.flexmark.util.sequence that return LineAppendable.OptionsModifier and TypeMethodDescriptionstatic LineAppendable.Options
Returns the enum constant of this class with the specified name.static LineAppendable.Options[]
LineAppendable.Options.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vladsch.flexmark.util.sequence that return types with arguments of type LineAppendable.OptionsModifier and TypeMethodDescription@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.OptionsModifier and TypeMethodDescriptiondefault @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.OptionsModifier and TypeMethodDescriptiondefault @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.OptionsModifierConstructorDescriptionLineAppendableImpl
(@Nullable Appendable appendable, BitFieldSet<LineAppendable.Options> formatOptions)