Uses of Class
com.vladsch.flexmark.util.sequence.LineAppendable.Options
-
Packages that use LineAppendable.Options Package Description com.vladsch.flexmark.util.sequence -
-
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.OptionsLineAppendable. O_COLLAPSE_WHITESPACEstatic LineAppendable.OptionsLineAppendable. O_CONVERT_TABSstatic LineAppendable.OptionsLineAppendable. O_PASS_THROUGHstatic LineAppendable.OptionsLineAppendable. O_PREFIX_PRE_FORMATTEDstatic LineAppendable.OptionsLineAppendable. O_TRIM_LEADING_EOLstatic LineAppendable.OptionsLineAppendable. O_TRIM_LEADING_WHITESPACEstatic LineAppendable.OptionsLineAppendable. O_TRIM_TRAILING_WHITESPACEFields in com.vladsch.flexmark.util.sequence with type parameters of type LineAppendable.Options Modifier and Type Field Description static com.vladsch.flexmark.util.misc.BitFieldSet<LineAppendable.Options>LineAppendable. O_FORMAT_ALLMethods in com.vladsch.flexmark.util.sequence that return LineAppendable.Options Modifier and Type Method Description static LineAppendable.OptionsLineAppendable.Options. valueOf(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 com.vladsch.flexmark.util.misc.BitFieldSet<LineAppendable.Options>LineAppendable. getOptionSet()Get current options as set which can be used to modify options@NotNull com.vladsch.flexmark.util.misc.BitFieldSet<LineAppendable.Options>LineAppendableImpl. getOptionSet()static com.vladsch.flexmark.util.misc.BitFieldSet<LineAppendable.Options>LineAppendable. toOptionSet(int options)static com.vladsch.flexmark.util.misc.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 LineAppendableLineAppendable. setOptions(LineAppendable.Options... options)static com.vladsch.flexmark.util.misc.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 LineAppendableLineAppendable. setOptions(com.vladsch.flexmark.util.misc.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 Appendable appendable, com.vladsch.flexmark.util.misc.BitFieldSet<LineAppendable.Options> formatOptions)
-