Uses of Class
io.wcm.handler.richtext.TextMode
-
Packages that use TextMode Package Description io.wcm.handler.richtext RichText Handler API. -
-
Uses of TextMode in io.wcm.handler.richtext
Methods in io.wcm.handler.richtext that return TextMode Modifier and Type Method Description @Nullable TextModeRichTextRequest. getTextMode()static TextModeTextMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TextMode[]TextMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.wcm.handler.richtext with parameters of type TextMode Modifier and Type Method Description @NotNull RichTextBuilderRichTextBuilder. textMode(TextMode textMode)Set in which text mode the raw text should be interpreded.Constructors in io.wcm.handler.richtext with parameters of type TextMode Constructor Description RichTextRequest(@Nullable org.apache.sling.api.resource.Resource resource, @Nullable String text, @Nullable io.wcm.handler.url.UrlMode urlMode, @Nullable TextMode textMode, @Nullable io.wcm.handler.media.MediaArgs mediaArgs)
-