Uses of Enum Class
com.vladsch.flexmark.util.format.options.BlockQuoteMarker
Packages that use BlockQuoteMarker
-
Uses of BlockQuoteMarker in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as BlockQuoteMarkerFields in com.vladsch.flexmark.formatter with type parameters of type BlockQuoteMarkerModifier and TypeFieldDescriptionstatic final DataKey<BlockQuoteMarker> Formatter.BLOCK_QUOTE_MARKERSMethods in com.vladsch.flexmark.formatter with parameters of type BlockQuoteMarkerModifier and TypeMethodDescriptionstatic StringFormatterUtils.getBlockLikePrefix(BlockQuoteLike node, NodeFormatterContext context, BlockQuoteMarker blockQuoteMarkers, @NotNull BasedSequence prefix) -
Uses of BlockQuoteMarker in com.vladsch.flexmark.util.format.options
Subclasses with type arguments of type BlockQuoteMarker in com.vladsch.flexmark.util.format.optionsMethods in com.vladsch.flexmark.util.format.options that return BlockQuoteMarkerModifier and TypeMethodDescriptionstatic BlockQuoteMarkerReturns the enum constant of this class with the specified name.static BlockQuoteMarker[]BlockQuoteMarker.values()Returns an array containing the constants of this enum class, in the order they are declared.