Uses of Class
com.vladsch.flexmark.util.format.options.BlockQuoteMarker
-
Packages that use BlockQuoteMarker Package Description com.vladsch.flexmark.formatter com.vladsch.flexmark.util.format.options -
-
Uses of BlockQuoteMarker in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as BlockQuoteMarker Modifier and Type Field Description BlockQuoteMarker
FormatterOptions. blockQuoteMarkers
Fields in com.vladsch.flexmark.formatter with type parameters of type BlockQuoteMarker Modifier and Type Field Description static DataKey<BlockQuoteMarker>
Formatter. BLOCK_QUOTE_MARKERS
Methods in com.vladsch.flexmark.formatter with parameters of type BlockQuoteMarker Modifier and Type Method Description static java.lang.String
FormatterUtils. getBlockLikePrefix(BlockQuoteLike node, NodeFormatterContext context, BlockQuoteMarker blockQuoteMarkers, @NotNull BasedSequence prefix)
-
Uses of BlockQuoteMarker in com.vladsch.flexmark.util.format.options
Methods in com.vladsch.flexmark.util.format.options that return BlockQuoteMarker Modifier and Type Method Description static BlockQuoteMarker
BlockQuoteMarker. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BlockQuoteMarker[]
BlockQuoteMarker. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-