Uses of Enum Class
com.vladsch.flexmark.parser.ParserEmulationProfile
Packages that use ParserEmulationProfile
-
Uses of ParserEmulationProfile in com.vladsch.flexmark.ext.definition.internal
Fields in com.vladsch.flexmark.ext.definition.internal declared as ParserEmulationProfileModifier and TypeFieldDescriptionfinal ParserEmulationProfile
DefinitionOptions.myParserEmulationProfile
-
Uses of ParserEmulationProfile in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as ParserEmulationProfileFields in com.vladsch.flexmark.formatter with type parameters of type ParserEmulationProfileModifier and TypeFieldDescriptionstatic final DataKey
<ParserEmulationProfile> Formatter.FORMATTER_EMULATION_PROFILE
-
Uses of ParserEmulationProfile in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser declared as ParserEmulationProfileModifier and TypeFieldDescriptionfinal ParserEmulationProfile
ParserEmulationProfile.family
protected @NotNull ParserEmulationProfile
ListOptions.myParserEmulationProfile
Fields in com.vladsch.flexmark.parser with type parameters of type ParserEmulationProfileModifier and TypeFieldDescriptionstatic final DataKey
<ParserEmulationProfile> Parser.PARSER_EMULATION_PROFILE
Methods in com.vladsch.flexmark.parser that return ParserEmulationProfileModifier and TypeMethodDescription@NotNull ParserEmulationProfile
ListOptions.getParserEmulationProfile()
static ParserEmulationProfile
Returns the enum constant of this class with the specified name.static ParserEmulationProfile[]
ParserEmulationProfile.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vladsch.flexmark.parser with parameters of type ParserEmulationProfileModifier and TypeMethodDescription@NotNull MutableListOptions
MutableListOptions.setParserEmulationFamily
(@NotNull ParserEmulationProfile parserEmulationProfile) Constructors in com.vladsch.flexmark.parser with parameters of type ParserEmulationProfile