Interface IHighlightRule


public interface IHighlightRule
Represents the design of an HighLightRule in the scripting environment
  • Method Details

    • getTestExpression

      String getTestExpression()
      Returns Test Expression
      Returns:
      Test Expression
    • setTestExpression

      void setTestExpression(String expression) throws ScriptException
      Sets Test Expression
      Parameters:
      expression -
      Throws:
      ScriptException
    • getFontStyle

      String getFontStyle()
      Returns font style
      Returns:
      font style
    • setFontStyle

      void setFontStyle(String style) throws ScriptException
      Sets font style
      Parameters:
      style -
      Throws:
      ScriptException
    • getFontWeight

      String getFontWeight()
      Returns font weight.
      Returns:
      font weight.
    • setFontWeight

      void setFontWeight(String weight) throws ScriptException
      Sets font weight.
      Parameters:
      weight -
      Throws:
      ScriptException
    • getDateTimeFormat

      String getDateTimeFormat()
      Return date time format.
      Returns:
      date time format.
    • setDateTimeFormat

      void setDateTimeFormat(String format) throws ScriptException
      Sets date time format
      Parameters:
      format -
      Throws:
      ScriptException
    • getStringFormat

      String getStringFormat()
      Returns string format
      Returns:
      string format
    • setStringFormat

      void setStringFormat(String format) throws ScriptException
      Sets string format
      Parameters:
      format -
      Throws:
      ScriptException
    • getColor

      String getColor()
      Returns color
      Returns:
      color
    • getValue1

      String getValue1()
      Returns value1
      Returns:
      value1
    • getValue2

      String getValue2()
      Returns value2
      Returns:
      value2
    • getOperator

      String getOperator()
      Returns Operator
      Returns:
      operator
    • getBackGroundColor

      String getBackGroundColor() throws ScriptException
      Returns backgroudcolor
      Returns:
      backgroudcolor
      Throws:
      ScriptException
    • setColor

      void setColor(String color) throws ScriptException
      Sets color
      Parameters:
      color -
      Throws:
      ScriptException
    • setValue1

      void setValue1(String value1) throws ScriptException
      Sets Value1
      Parameters:
      value1 -
      Throws:
      ScriptException
    • setValue2

      void setValue2(String value2) throws ScriptException
      Sets Value2
      Parameters:
      value2 -
      Throws:
      ScriptException
    • setOperator

      void setOperator(String operator) throws ScriptException
      Sets Operator
      Parameters:
      operator -
      Throws:
      ScriptException
    • setBackGroundColor

      void setBackGroundColor(String color) throws ScriptException
      Sets backgroudcolor
      Parameters:
      color -
      Throws:
      ScriptException
    • getStructure

      org.eclipse.birt.report.model.api.core.IStructure getStructure()
      Returns structure.
      Returns:
      structure