Class UnicodeString.FormatRun

java.lang.Object
loci.poi.hssf.record.UnicodeString.FormatRun
All Implemented Interfaces:
Comparable
Enclosing class:
UnicodeString

public static class UnicodeString.FormatRun extends Object implements Comparable
  • Constructor Details

    • FormatRun

      public FormatRun(short character, short fontIndex)
  • Method Details

    • getCharacterPos

      public short getCharacterPos()
    • getFontIndex

      public short getFontIndex()
    • equals

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

      public int compareTo(Object obj)
      Specified by:
      compareTo in interface Comparable
    • toString

      public String toString()
      Overrides:
      toString in class Object