Class FormatRun
- java.lang.Object
-
- org.apache.poi.hssf.record.common.FormatRun
-
- All Implemented Interfaces:
Comparable<FormatRun>
,GenericRecord
@Internal public class FormatRun extends Object implements Comparable<FormatRun>, GenericRecord
-
-
Constructor Summary
Constructors Constructor Description FormatRun(short character, short fontIndex)
FormatRun(FormatRun other)
FormatRun(LittleEndianInput in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(FormatRun r)
boolean
equals(Object o)
short
getCharacterPos()
short
getFontIndex()
Map<String,Supplier<?>>
getGenericProperties()
int
hashCode()
void
serialize(LittleEndianOutput out)
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Constructor Detail
-
FormatRun
public FormatRun(short character, short fontIndex)
-
FormatRun
public FormatRun(FormatRun other)
-
FormatRun
public FormatRun(LittleEndianInput in)
-
-
Method Detail
-
getCharacterPos
public short getCharacterPos()
-
getFontIndex
public short getFontIndex()
-
compareTo
public int compareTo(FormatRun r)
- Specified by:
compareTo
in interfaceComparable<FormatRun>
-
serialize
public void serialize(LittleEndianOutput out)
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericProperties
in interfaceGenericRecord
-
-