@Internal public class ExtRst extends Object implements Comparable<ExtRst>, GenericRecord
| Modifier | Constructor and Description |
|---|---|
protected |
ExtRst() |
protected |
ExtRst(ExtRst other) |
protected |
ExtRst(LittleEndianInput in,
int expectedLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ExtRst o) |
ExtRst |
copy() |
boolean |
equals(Object obj) |
protected int |
getDataSize()
Returns our size, excluding our
4 byte header
|
short |
getFormattingFontIndex() |
short |
getFormattingOptions() |
Map<String,Supplier<?>> |
getGenericProperties() |
int |
getNumberOfRuns() |
String |
getPhoneticText() |
PhRun[] |
getPhRuns() |
int |
hashCode() |
protected void |
serialize(ContinuableRecordOutput out) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetGenericChildren, getGenericRecordTypeprotected ExtRst()
protected ExtRst(ExtRst other)
protected ExtRst(LittleEndianInput in, int expectedLength)
protected int getDataSize()
protected void serialize(ContinuableRecordOutput out)
public int compareTo(ExtRst o)
compareTo in interface Comparable<ExtRst>public ExtRst copy()
public short getFormattingFontIndex()
public short getFormattingOptions()
public int getNumberOfRuns()
public String getPhoneticText()
public PhRun[] getPhRuns()
public Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord