Class FormatRun
- java.lang.Object
-
- org.apache.poi.hssf.record.common.FormatRun
-
- All Implemented Interfaces:
java.lang.Comparable<FormatRun>,GenericRecord
@Internal public class FormatRun extends java.lang.Object implements java.lang.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 intcompareTo(FormatRun r)booleanequals(java.lang.Object o)shortgetCharacterPos()shortgetFontIndex()java.util.Map<java.lang.String,java.util.function.Supplier<?>>getGenericProperties()inthashCode()voidserialize(LittleEndianOutput out)java.lang.StringtoString()-
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()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
compareTo
public int compareTo(FormatRun r)
- Specified by:
compareToin interfacejava.lang.Comparable<FormatRun>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
serialize
public void serialize(LittleEndianOutput out)
-
getGenericProperties
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-