Class JRXlsMetadataExporter.StyleInfo

    • 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
      • 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,
                         JRXlsMetadataExporter.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