Class XFExtRecord

    • Constructor Detail

      • XFExtRecord

        public XFExtRecord()
    • Method Detail

      • getSid

        public short getSid()
        Description copied from class: Record
        return the non static version of the id for this record.
        Specified by:
        getSid in class Record
        Returns:
        he id for this record
      • serialize

        public void serialize​(LittleEndianOutput out)
        Description copied from class: StandardRecord
        Write the data content of this BIFF record. The 'ushort sid' and 'ushort size' header fields have already been written by the superclass.

        The number of bytes written must equal the record size reported by RecordBase.getRecordSize()} minus four ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written by their superclass).

        Specified by:
        serialize in class StandardRecord
        Parameters:
        out - the output object
      • cloneXFExtFrom

        public void cloneXFExtFrom​(XFExtRecord source)
      • getIxfe

        public int getIxfe()
      • setIxfe

        public void setIxfe​(int ixfe)
      • getCexts

        public int getCexts()
      • getFillForegroundColor

        public FullColorExt getFillForegroundColor()
      • setFillForegroundColor

        public void setFillForegroundColor​(FullColorExt color)
      • getFillBackgroundColor

        public FullColorExt getFillBackgroundColor()
      • setFillBackgroundColor

        public void setFillBackgroundColor​(FullColorExt color)
      • getGradientFill

        public org.apache.poi.hssf.record.XFExtRecord.XFExtGradient getGradientFill()
      • setFillGradientFill

        public void setFillGradientFill​(org.apache.poi.hssf.record.XFExtRecord.XFExtGradient color)
      • getTopBorderColor

        public FullColorExt getTopBorderColor()
      • setTopBorderColor

        public void setTopBorderColor​(FullColorExt color)
      • getBottomBorderColor

        public FullColorExt getBottomBorderColor()
      • setBottomBorderColor

        public void setBottomBorderColor​(FullColorExt color)
      • getLeftBorderColor

        public FullColorExt getLeftBorderColor()
      • setLeftBorderColor

        public void setLeftBorderColor​(FullColorExt color)
      • getRightBorderColor

        public FullColorExt getRightBorderColor()
      • setRightBorderColor

        public void setRightBorderColor​(FullColorExt color)
      • getDiagonalBorderColor

        public FullColorExt getDiagonalBorderColor()
      • setDiagonalBorderColor

        public void setDiagonalBorderColor​(FullColorExt color)
      • setTextColor

        public void setTextColor​(FullColorExt color)
      • getFontScheme

        public Byte getFontScheme()
      • setFontScheme

        public void setFontScheme​(Byte scheme)
      • getIndentLevel

        public Byte getIndentLevel()
      • setIndentLevel

        public void setIndentLevel​(Byte indent)