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.OptionsISegmentBuilder. O_INCLUDE_ANCHORSstatic ISegmentBuilder.OptionsISegmentBuilder. O_TRACK_FIRST256Methods in com.vladsch.flexmark.util.sequence.builder that return ISegmentBuilder.Options Modifier and Type Method Description static ISegmentBuilder.OptionsISegmentBuilder.Options. valueOf(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.
-