Interface HTMLEditorStyle

    • Field Detail

    • Method Detail

      • getPara

        StyleCategory getPara​(Map<String,​Object> contextualParameters)
        Get the list of styles for paragraphs
        Parameters:
        contextualParameters - Contextuals parameters transmitted by the environment.
        Returns:
        A category. Can be null.
      • getTable

        StyleCategory getTable​(Map<String,​Object> contextualParameters)
        Get the list of styles for tables
        Parameters:
        contextualParameters - Contextuals parameters transmitted by the environment.
        Returns:
        A category. Can be null.
      • getLink

        StyleCategory getLink​(Map<String,​Object> contextualParameters)
        Get the list of styles for link
        Parameters:
        contextualParameters - Contextuals parameters transmitted by the environment.
        Returns:
        A category. Can be null.
      • getImage

        StyleCategory getImage​(Map<String,​Object> contextualParameters)
        Get the list of styles for images
        Parameters:
        contextualParameters - Contextuals parameters transmitted by the environment.
        Returns:
        A category. Can be null.
      • getUnorderedList

        StyleCategory getUnorderedList​(Map<String,​Object> contextualParameters)
        Get the list of styles for unordered lists
        Parameters:
        contextualParameters - Contextuals parameters transmitted by the environment.
        Returns:
        A category. Can be null.
      • getOrderedList

        StyleCategory getOrderedList​(Map<String,​Object> contextualParameters)
        Get the list of styles for ordered lists
        Parameters:
        contextualParameters - Contextuals parameters transmitted by the environment.
        Returns:
        A category. Can be null.