Package org.apache.poi.hssf.record.chart
Class FontIndexRecord
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.chart.FontIndexRecord
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
The font index record indexes into the font table for the text record.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()shortGet the font index field for the FontIndex record.shortgetSid()return the non static version of the id for this record.voidvoidsetFontIndex(short field_1_fontIndex) Set the font index field for the FontIndex record.Methods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serializeMethods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
FontIndexRecord
public FontIndexRecord() -
FontIndexRecord
-
FontIndexRecord
-
-
Method Details
-
serialize
-
getSid
public short getSid()Description copied from class:Recordreturn the non static version of the id for this record. -
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classStandardRecord
-
getFontIndex
public short getFontIndex()Get the font index field for the FontIndex record. -
setFontIndex
public void setFontIndex(short field_1_fontIndex) Set the font index field for the FontIndex record. -
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classRecord
-
getGenericProperties
-