Uses of Enum
io.wcm.handler.richtext.TextMode
Packages that use TextMode
-
Uses of TextMode in io.wcm.handler.richtext
Methods in io.wcm.handler.richtext that return TextModeModifier and TypeMethodDescription@Nullable TextModeRichTextRequest.getTextMode()Gets the text mode.static TextModeReturns 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 TextModeModifier and TypeMethodDescription@NotNull RichTextBuilderSet in which text mode the raw text should be interpreded.Constructors in io.wcm.handler.richtext with parameters of type TextModeModifierConstructorDescriptionRichTextRequest(@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) Constructor.