Uses of Class
com.vladsch.flexmark.ext.typographic.internal.TypographicOptions
-
Packages that use TypographicOptions Package Description com.vladsch.flexmark.ext.typographic.internal -
-
Uses of TypographicOptions in com.vladsch.flexmark.ext.typographic.internal
Fields in com.vladsch.flexmark.ext.typographic.internal declared as TypographicOptions Modifier and Type Field Description protected TypographicOptionsQuoteDelimiterProcessorBase. myOptionsConstructors in com.vladsch.flexmark.ext.typographic.internal with parameters of type TypographicOptions Constructor Description AngleQuoteDelimiterProcessor(TypographicOptions options)DoubleQuoteDelimiterProcessor(TypographicOptions options)QuoteDelimiterProcessorBase(TypographicOptions options, char openDelimiter, char closeDelimiter, java.lang.String opener, java.lang.String closer, java.lang.String unmatched)SingleQuoteDelimiterProcessor(TypographicOptions options)
-