Class ExtRst
- java.lang.Object
-
- org.apache.poi.hssf.record.common.ExtRst
-
- All Implemented Interfaces:
Comparable<ExtRst>
,GenericRecord
@Internal public class ExtRst extends Object implements Comparable<ExtRst>, GenericRecord
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExtRst()
protected
ExtRst(ExtRst other)
protected
ExtRst(LittleEndianInput in, int expectedLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(ExtRst o)
ExtRst
copy()
boolean
equals(Object obj)
protected int
getDataSize()
Returns our size, excluding our 4 byte headershort
getFormattingFontIndex()
short
getFormattingOptions()
Map<String,Supplier<?>>
getGenericProperties()
int
getNumberOfRuns()
String
getPhoneticText()
PhRun[]
getPhRuns()
int
hashCode()
protected void
serialize(ContinuableRecordOutput out)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Constructor Detail
-
ExtRst
protected ExtRst()
-
ExtRst
protected ExtRst(ExtRst other)
-
ExtRst
protected ExtRst(LittleEndianInput in, int expectedLength)
-
-
Method Detail
-
getDataSize
protected int getDataSize()
Returns our size, excluding our 4 byte header
-
serialize
protected void serialize(ContinuableRecordOutput out)
-
compareTo
public int compareTo(ExtRst o)
- Specified by:
compareTo
in interfaceComparable<ExtRst>
-
copy
public ExtRst copy()
-
getFormattingFontIndex
public short getFormattingFontIndex()
-
getFormattingOptions
public short getFormattingOptions()
-
getNumberOfRuns
public int getNumberOfRuns()
-
getPhoneticText
public String getPhoneticText()
-
getPhRuns
public PhRun[] getPhRuns()
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericProperties
in interfaceGenericRecord
-
-