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 ParserEmulationProfileDefinitionOptions.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
Subclasses with type arguments of type ParserEmulationProfile in com.vladsch.flexmark.parserFields in com.vladsch.flexmark.parser declared as ParserEmulationProfileModifier and TypeFieldDescriptionfinal ParserEmulationProfileParserEmulationProfile.familyprotected @NotNull ParserEmulationProfileListOptions.myParserEmulationProfileFields in com.vladsch.flexmark.parser with type parameters of type ParserEmulationProfileModifier and TypeFieldDescriptionstatic final DataKey<ParserEmulationProfile> Parser.PARSER_EMULATION_PROFILEMethods in com.vladsch.flexmark.parser that return ParserEmulationProfileModifier and TypeMethodDescription@NotNull ParserEmulationProfileListOptions.getParserEmulationProfile()static ParserEmulationProfileReturns 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 MutableListOptionsMutableListOptions.setParserEmulationFamily(@NotNull ParserEmulationProfile parserEmulationProfile) Constructors in com.vladsch.flexmark.parser with parameters of type ParserEmulationProfile