Uses of Interface
com.vladsch.flexmark.formatter.TranslationPlaceholderGenerator
-
Packages that use TranslationPlaceholderGenerator Package Description com.vladsch.flexmark.formatter com.vladsch.flexmark.formatter.internal -
-
Uses of TranslationPlaceholderGenerator in com.vladsch.flexmark.formatter
Methods in com.vladsch.flexmark.formatter with parameters of type TranslationPlaceholderGenerator Modifier and Type Method Description voidFormatter.MainNodeFormatter. customPlaceholderFormat(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render)voidFormatter.MainNodeFormatter.SubNodeFormatter. customPlaceholderFormat(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render)voidTranslationContext. customPlaceholderFormat(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render)Temporarily change the format for placeholders -
Uses of TranslationPlaceholderGenerator in com.vladsch.flexmark.formatter.internal
Fields in com.vladsch.flexmark.formatter.internal declared as TranslationPlaceholderGenerator Modifier and Type Field Description (package private) static TranslationPlaceholderGeneratorCoreNodeFormatter. htmlEntityPlaceholderGeneratorprivate TranslationPlaceholderGeneratorTranslationHandlerImpl. myPlaceholderGeneratorMethods in com.vladsch.flexmark.formatter.internal with parameters of type TranslationPlaceholderGenerator Modifier and Type Method Description voidTranslationHandlerImpl. customPlaceholderFormat(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render)
-