Interface RichTextElement

    • Method Detail

      • setText

        void setText​(String text)
        Sets the text.
        Parameters:
        text - the text to set
      • getCode

        String getCode()
        Return link code.
        Returns:
        link code.
      • setCode

        void setCode​(String code)
        Sets the link code
        Parameters:
        code - the link code to set
      • getXhtmlText

        String getXhtmlText()
        Return text as an XHTML fragment. This method returns the same property as getText, but converted to XHTML.
        Returns:
        XHTML fragment