Class ExtRst
- java.lang.Object
-
- org.apache.poi.hssf.record.common.ExtRst
-
- All Implemented Interfaces:
java.lang.Comparable<ExtRst>,GenericRecord
@Internal public class ExtRst extends java.lang.Object implements java.lang.Comparable<ExtRst>, GenericRecord
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedExtRst()protectedExtRst(ExtRst other)protectedExtRst(LittleEndianInput in, int expectedLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ExtRst o)ExtRstcopy()booleanequals(java.lang.Object obj)protected intgetDataSize()Returns our size, excluding our 4 byte headershortgetFormattingFontIndex()shortgetFormattingOptions()java.util.Map<java.lang.String,java.util.function.Supplier<?>>getGenericProperties()intgetNumberOfRuns()java.lang.StringgetPhoneticText()PhRun[]getPhRuns()inthashCode()protected voidserialize(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)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
compareTo
public int compareTo(ExtRst o)
- Specified by:
compareToin interfacejava.lang.Comparable<ExtRst>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
copy
public ExtRst copy()
-
getFormattingFontIndex
public short getFormattingFontIndex()
-
getFormattingOptions
public short getFormattingOptions()
-
getNumberOfRuns
public int getNumberOfRuns()
-
getPhoneticText
public java.lang.String getPhoneticText()
-
getPhRuns
public PhRun[] getPhRuns()
-
getGenericProperties
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-