| Package | Description |
|---|---|
| com.vladsch.flexmark.util.sequence |
| Modifier and Type | Field and 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 |
| Modifier and Type | Field and Description |
|---|---|
static com.vladsch.flexmark.util.misc.BitFieldSet<LineAppendable.Options> |
LineAppendable.O_FORMAT_ALL |
| Modifier and Type | Method and Description |
|---|---|
static LineAppendable.Options |
LineAppendable.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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
default @NotNull LineAppendable |
LineAppendable.setOptions(LineAppendable.Options... options) |
static com.vladsch.flexmark.util.misc.BitFieldSet<LineAppendable.Options> |
LineAppendable.toOptionSet(LineAppendable.Options... options) |
| Modifier and Type | Method and Description |
|---|---|
default @NotNull LineAppendable |
LineAppendable.setOptions(com.vladsch.flexmark.util.misc.BitFieldSet<LineAppendable.Options> options)
Set options on processing text
|
| Constructor and Description |
|---|
LineAppendableImpl(@Nullable Appendable appendable,
com.vladsch.flexmark.util.misc.BitFieldSet<LineAppendable.Options> formatOptions) |
Copyright © 2020. All rights reserved.