Interface RichTextArea.ExtendedFormatter

    • Method Detail

      • createLink

        void createLink​(java.lang.String url)
        Deprecated.
        Creates a link to the supplied URL.
        Parameters:
        url - the URL to be linked to
      • insertHorizontalRule

        void insertHorizontalRule()
        Deprecated.
        Inserts a horizontal rule.
      • insertImage

        void insertImage​(java.lang.String url)
        Deprecated.
        Inserts an image element.
        Parameters:
        url - the url of the image to be inserted
      • insertOrderedList

        void insertOrderedList()
        Deprecated.
        Starts an numbered list. Indentation will create nested items.
      • insertUnorderedList

        void insertUnorderedList()
        Deprecated.
        Starts an bulleted list. Indentation will create nested items.
      • isStrikethrough

        boolean isStrikethrough()
        Deprecated.
        Is the current region strikethrough?
        Returns:
        true if the current region is strikethrough
      • leftIndent

        void leftIndent()
        Deprecated.
        Left indent.
      • removeFormat

        void removeFormat()
        Deprecated.
        Removes all formatting on the selected text.
      • removeLink

        void removeLink()
        Deprecated.
        Removes any link from the selected text.
      • rightIndent

        void rightIndent()
        Deprecated.
        Right indent.
      • toggleStrikethrough

        void toggleStrikethrough()
        Deprecated.
        Toggles strikethrough.