Interface RichTextValue
-
- All Superinterfaces:
GenericValue
@ConsumerType public interface RichTextValue extends GenericValue
Represents a rich text value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.lang.String
getText()
-
Methods inherited from interface io.wcm.siteapi.genericedit.component.value.GenericValue
isValid
-
-