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
Subclasses with type arguments of type LineAppendable.Options in com.vladsch.flexmark.util.sequenceFields in com.vladsch.flexmark.util.sequence declared as LineAppendable.OptionsModifier and TypeFieldDescriptionstatic final LineAppendable.OptionsLineAppendable.O_COLLAPSE_WHITESPACEstatic final LineAppendable.OptionsLineAppendable.O_CONVERT_TABSstatic final LineAppendable.OptionsLineAppendable.O_PASS_THROUGHstatic final LineAppendable.OptionsLineAppendable.O_PREFIX_PRE_FORMATTEDstatic final LineAppendable.OptionsLineAppendable.O_TRIM_LEADING_EOLstatic final LineAppendable.OptionsLineAppendable.O_TRIM_LEADING_WHITESPACEstatic final LineAppendable.OptionsLineAppendable.O_TRIM_TRAILING_WHITESPACEFields in com.vladsch.flexmark.util.sequence with type parameters of type LineAppendable.OptionsModifier and TypeFieldDescriptionstatic final BitFieldSet<LineAppendable.Options> LineAppendable.O_FORMAT_ALLprivate final BitFieldSet<LineAppendable.Options> LineAppendableImpl.optionsMethods in com.vladsch.flexmark.util.sequence that return LineAppendable.OptionsModifier and TypeMethodDescriptionstatic LineAppendable.OptionsReturns 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 LineAppendableLineAppendable.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 LineAppendableLineAppendable.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)