Package com.vladsch.flexmark.formatter
Interface TranslationPlaceholderGenerator
-
public interface TranslationPlaceholderGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.lang.String
getPlaceholder(int index)
Return a placeholder for given translation span index
-
-
-
Method Detail
-
getPlaceholder
@NotNull @NotNull java.lang.String getPlaceholder(int index)
Return a placeholder for given translation span index- Parameters:
index
- 1..N, make sure it is unique within this customizer, default format and within other customizers (huh?)- Returns:
- string for the placeholder
-
-