org.apache.poi.hssf.record
Class UnicodeString.FormatRun

java.lang.Object
  extended by org.apache.poi.hssf.record.UnicodeString.FormatRun
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
UnicodeString

public static class UnicodeString.FormatRun
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
UnicodeString.FormatRun(short character, short fontIndex)
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 boolean equals(java.lang.Object o)
           
 short getCharacterPos()
           
 short getFontIndex()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnicodeString.FormatRun

public UnicodeString.FormatRun(short character,
                               short fontIndex)
Method Detail

getCharacterPos

public short getCharacterPos()

getFontIndex

public short getFontIndex()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.