Class PropertyColoring

java.lang.Object
chemaxon.formats.documents.jchemoffice.PropertyColoring

@PublicAPI public class PropertyColoring extends Object
Conditional formatting descriptor for property tables (card layout)
  • Constructor Details

    • PropertyColoring

      public PropertyColoring()
  • Method Details

    • getProperty

      public String getProperty()
      Return name of the property.
      Returns:
      name
    • setProperty

      public void setProperty(String property)
      Set name of the property.
      Parameters:
      property - name
    • getPropertyColor

      public Color getPropertyColor()
      Return color of the property.
      Returns:
      Color
    • setPropertyColor

      public void setPropertyColor(Color color)
      Set color of the property.
    • getValueColor

      public Color getValueColor()
      Return color of the value field.
      Returns:
      color
    • setValueColor

      public void setValueColor(Color color)
      Set color of the value field.
    • getRules

      public ArrayList<ConditionRule> getRules()
      Collection of conditional checking rules.
      Returns:
      : rules collection to add/remove items from/to it.