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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ExtRst o)ExtRstcopy()booleanequals(java.lang.Object obj)shortgetFormattingFontIndex()shortgetFormattingOptions()java.util.Map<java.lang.String,java.util.function.Supplier<?>>getGenericProperties()intgetNumberOfRuns()java.lang.StringgetPhoneticText()PhRun[]getPhRuns()inthashCode()-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Method Detail
-
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
-
-