Class RichTextNameConstants


  • @ProviderType
    public final class RichTextNameConstants
    extends Object
    Names used for rich text handling.

    Conventions:

    • NT_ prefix stands for "node type"
    • NN_ prefix stands for "node name"
    • PN_ prefix stands for "property name"
    • RP_ prefix stands for "request property"
    • RA_ prefix stands for "request attribute"
    • CSS_ prefix stands for "CSS class"
    • Field Detail

      • PN_TEXT

        @NotNull
        public static final @NotNull String PN_TEXT
        Default property for storing rich text.
        See Also:
        Constant Field Values
      • PN_TEXT_IS_RICH

        @NotNull
        public static final @NotNull String PN_TEXT_IS_RICH
        Property that denotes if the text property contains rich text (true) or plain text (false).
        See Also:
        Constant Field Values