Interface ElementFormatDefinition

    • Method Detail

      • getHorizontalAlignment

        org.pentaho.reporting.engine.classic.core.ElementAlignment getHorizontalAlignment()
      • setHorizontalAlignment

        void setHorizontalAlignment​(org.pentaho.reporting.engine.classic.core.ElementAlignment horizontalAlignment)
      • getVerticalAlignment

        org.pentaho.reporting.engine.classic.core.ElementAlignment getVerticalAlignment()
      • setVerticalAlignment

        void setVerticalAlignment​(org.pentaho.reporting.engine.classic.core.ElementAlignment verticalAlignment)
      • getFontName

        String getFontName()
      • setFontName

        void setFontName​(String fontName)
      • getFontBold

        Boolean getFontBold()
      • setFontBold

        void setFontBold​(Boolean bold)
      • getFontItalic

        Boolean getFontItalic()
      • setFontItalic

        void setFontItalic​(Boolean italic)
      • getFontUnderline

        Boolean getFontUnderline()
      • setFontUnderline

        void setFontUnderline​(Boolean italic)
      • getFontStrikethrough

        Boolean getFontStrikethrough()
      • setFontStrikethrough

        void setFontStrikethrough​(Boolean italic)
      • getFontSize

        Integer getFontSize()
      • setFontSize

        void setFontSize​(Integer fontSize)
      • getFontColor

        Color getFontColor()
      • setFontColor

        void setFontColor​(Color fontColor)
      • getBackgroundColor

        Color getBackgroundColor()
      • setBackgroundColor

        void setBackgroundColor​(Color backgroundColor)