Interface RichTextConfigurationStyle

    • Method Detail

      • getTagName

        String getTagName()
        Optionally a style can specify a tag name to use. For example, some 'paragraph' styles may use 'p' while another can use 'h1'.
        Tag has to be authorized separately
        Returns:
        The tag name. Can be null.
      • getClassName

        String getClassName()
        Optionally a style can specify a CSS class name to use.
        The 'class' attribute has to be separately authorized and this particular value also.
        Returns:
        The class name. Can be null.
      • getButtonCSSClass

        String getButtonCSSClass()
        Get the optional css to apply to the button.
        The CSS file declaring this class has to be loaded separately.
        Returns:
        A class name. Can be null.
      • getButtonSmallIcon

        String getButtonSmallIcon()
        Get the optional image to set on the button. Small is 16x16.
        Returns:
        An image url. Can be null.
      • getButtonMediumIcon

        String getButtonMediumIcon()
        Get the optional image to set on the button. Medium is 32x32.
        Returns:
        An image url. Can be null.
      • getButtonLargeIcon

        String getButtonLargeIcon()
        Get the optional image to set on the button. Large is 48x48.
        Returns:
        An image url. Can be null.