Class JRXlsExporter.StyleInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected short backcolor  
      protected net.sf.jasperreports.poi.export.JRXlsExporter.BoxStyle box  
      protected org.apache.poi.hssf.usermodel.HSSFFont font  
      protected org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment  
      protected boolean lcCellHidden  
      protected boolean lcCellLocked  
      protected boolean lcShrinkToFit  
      protected boolean lcWrapText  
      protected org.apache.poi.ss.usermodel.FillPatternType mode  
      protected short rotation  
      protected org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment  
    • Constructor Summary

      Constructors 
      Constructor Description
      StyleInfo​(org.apache.poi.ss.usermodel.FillPatternType mode, short backcolor, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment, org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment, short rotation, org.apache.poi.hssf.usermodel.HSSFFont font, JRExporterGridCell gridCell, boolean wrapText, boolean cellLocked, boolean cellHidden, boolean shrinkToFit)  
      StyleInfo​(org.apache.poi.ss.usermodel.FillPatternType mode, short backcolor, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment, org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment, short rotation, org.apache.poi.hssf.usermodel.HSSFFont font, net.sf.jasperreports.poi.export.JRXlsExporter.BoxStyle box, boolean wrapText, boolean cellLocked, boolean cellHidden, boolean shrinkToFit)  
    • Field Detail

      • mode

        protected final org.apache.poi.ss.usermodel.FillPatternType mode
      • backcolor

        protected final short backcolor
      • horizontalAlignment

        protected final org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment
      • verticalAlignment

        protected final org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment
      • rotation

        protected final short rotation
      • font

        protected final org.apache.poi.hssf.usermodel.HSSFFont font
      • box

        protected final net.sf.jasperreports.poi.export.JRXlsExporter.BoxStyle box
      • lcWrapText

        protected final boolean lcWrapText
      • lcCellLocked

        protected final boolean lcCellLocked
      • lcCellHidden

        protected final boolean lcCellHidden
      • lcShrinkToFit

        protected final boolean lcShrinkToFit
    • Constructor Detail

      • StyleInfo

        public StyleInfo​(org.apache.poi.ss.usermodel.FillPatternType mode,
                         short backcolor,
                         org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment,
                         org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment,
                         short rotation,
                         org.apache.poi.hssf.usermodel.HSSFFont font,
                         JRExporterGridCell gridCell,
                         boolean wrapText,
                         boolean cellLocked,
                         boolean cellHidden,
                         boolean shrinkToFit)
      • StyleInfo

        public StyleInfo​(org.apache.poi.ss.usermodel.FillPatternType mode,
                         short backcolor,
                         org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment,
                         org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment,
                         short rotation,
                         org.apache.poi.hssf.usermodel.HSSFFont font,
                         net.sf.jasperreports.poi.export.JRXlsExporter.BoxStyle box,
                         boolean wrapText,
                         boolean cellLocked,
                         boolean cellHidden,
                         boolean shrinkToFit)
    • Method Detail

      • computeHash

        protected int computeHash()
      • setDataFormat

        public void setDataFormat​(short dataFormat)
      • hasDataFormat

        public boolean hasDataFormat()
      • getDataFormat

        public short getDataFormat()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object