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
  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • compareTo

      public int compareTo(ExtRst o)
      Specified by:
      compareTo in interface Comparable<ExtRst>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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 interface GenericRecord