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.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 BitFieldSet<LineAppendable.Options>LineAppendable. O_FORMAT_ALLprivate BitFieldSet<LineAppendable.Options>LineAppendableImpl. optionsMethods in com.vladsch.flexmark.util.sequence that return LineAppendable.Options Modifier and Type Method Description static LineAppendable.OptionsLineAppendable.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 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.Options Modifier and Type Method Description default @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.Options Constructor Description LineAppendableImpl(@Nullable java.lang.Appendable appendable, BitFieldSet<LineAppendable.Options> formatOptions)
-