com.ibm.tivoli.maximo.export

Class ExportCellStyle

  • java.lang.Object
    • com.ibm.tivoli.maximo.export.ExportCellStyle
  • All Implemented Interfaces:
    ICellStyle


    public class ExportCellStyle
    extends java.lang.Object
    implements ICellStyle
    Simple Style class implementation
    • Constructor Detail

      • ExportCellStyle

        public ExportCellStyle()
    • Method Detail

      • getForegroundColor

        public java.lang.String getForegroundColor()
        Description copied from interface: ICellStyle
        Returns the Foreground color as #rrggbb values. Can be null.
        Specified by:
        getForegroundColor in interface ICellStyle
        Returns:
      • getBackgroundColor

        public java.lang.String getBackgroundColor()
        Description copied from interface: ICellStyle
        Returns the Boreground color as #rrggbb values. Can be null.
        Specified by:
        getBackgroundColor in interface ICellStyle
        Returns:
      • isBold

        public boolean isBold()
        Description copied from interface: ICellStyle
        Return true if text is bolded
        Specified by:
        isBold in interface ICellStyle
        Returns:
      • setForegroundColor

        public ExportCellStyle setForegroundColor(java.lang.String col)
      • setBackgroundColor

        public ExportCellStyle setBackgroundColor(java.lang.String col)