Package org.apache.poi.hssf.record
Class XFExtRecord
- java.lang.Object
-
- org.apache.poi.hssf.record.RecordBase
-
- org.apache.poi.hssf.record.Record
-
- org.apache.poi.hssf.record.StandardRecord
-
- org.apache.poi.hssf.record.XFExtRecord
-
- All Implemented Interfaces:
Duplicatable
,GenericRecord
public final class XFExtRecord extends StandardRecord
2.4.355 XFEXT [MS-XLS].pdf, page 609.
-
-
Field Summary
Fields Modifier and Type Field Description static short
sid
-
Constructor Summary
Constructors Constructor Description XFExtRecord()
XFExtRecord(RecordInputStream in)
-
Method Summary
-
Methods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serialize
-
Methods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize, toString
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
-
-
-
Field Detail
-
sid
public static final short sid
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XFExtRecord
public XFExtRecord()
-
XFExtRecord
public XFExtRecord(RecordInputStream in)
-
-
Method Detail
-
getSid
public short getSid()
Description copied from class:Record
return the non static version of the id for this record.
-
getGenericRecordType
public HSSFRecordTypes getGenericRecordType()
- Specified by:
getGenericRecordType
in interfaceGenericRecord
- Specified by:
getGenericRecordType
in classRecord
-
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 classStandardRecord
- Parameters:
out
- the output object
-
copy
public StandardRecord copy()
- Specified by:
copy
in interfaceDuplicatable
- Specified by:
copy
in classStandardRecord
- Returns:
- a deep copy of the implementing class / instance
-
cloneXFExtFrom
public void cloneXFExtFrom(XFExtRecord source)
-
getDataSize
protected int getDataSize()
- Specified by:
getDataSize
in classStandardRecord
-
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)
-
getTextColor
public FullColorExt getTextColor()
-
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)
-
-