Uses of Class
com.vladsch.flexmark.util.sequence.builder.ISegmentBuilder.Options
-
Packages that use ISegmentBuilder.Options Package Description com.vladsch.flexmark.util.sequence.builder -
-
Uses of ISegmentBuilder.Options in com.vladsch.flexmark.util.sequence.builder
Fields in com.vladsch.flexmark.util.sequence.builder declared as ISegmentBuilder.Options Modifier and Type Field Description static ISegmentBuilder.Options
ISegmentBuilder. O_INCLUDE_ANCHORS
static ISegmentBuilder.Options
ISegmentBuilder. O_TRACK_FIRST256
Methods in com.vladsch.flexmark.util.sequence.builder that return ISegmentBuilder.Options Modifier and Type Method Description static ISegmentBuilder.Options
ISegmentBuilder.Options. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ISegmentBuilder.Options[]
ISegmentBuilder.Options. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-