com.ibm.tivoli.maximo.export

Interface ICellStyle

  • All Known Implementing Classes:
    ExportCellStyle


    public interface ICellStyle
    Defines the styles to apply to a cell. Not all export implementation will adhere to these.
    • Method Detail

      • getForegroundColor

        java.lang.String getForegroundColor()
        Returns the Foreground color as #rrggbb values. Can be null.
        Returns:
      • getBackgroundColor

        java.lang.String getBackgroundColor()
        Returns the Boreground color as #rrggbb values. Can be null.
        Returns:
      • isBold

        boolean isBold()
        Return true if text is bolded
        Returns: