Package loci.poi.hssf.record
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 Summary
Constructors Constructor Description FormatRun(short character, short fontIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object obj)
boolean
equals(Object o)
short
getCharacterPos()
short
getFontIndex()
String
toString()
-
-
-
Method Detail
-
getCharacterPos
public short getCharacterPos()
-
getFontIndex
public short getFontIndex()
-
compareTo
public int compareTo(Object obj)
- Specified by:
compareTo
in interfaceComparable
-
-