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(java.lang.Object obj) |
protected int |
getDataSize()
Returns our size, excluding our
4 byte header
|
short |
getFormattingFontIndex() |
short |
getFormattingOptions() |
int |
getNumberOfRuns() |
java.lang.String |
getPhoneticText() |
PhRun[] |
getPhRuns() |
int |
hashCode() |
protected void |
serialize(ContinuableRecordOutput out) |
protected ExtRst()
protected ExtRst(ExtRst other)
protected ExtRst(LittleEndianInput in, int expectedLength)
protected int getDataSize()
protected void serialize(ContinuableRecordOutput out)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int compareTo(ExtRst o)
compareTo
in interface java.lang.Comparable<ExtRst>
public int hashCode()
hashCode
in class java.lang.Object
public ExtRst copy()
public short getFormattingFontIndex()
public short getFormattingOptions()
public int getNumberOfRuns()
public java.lang.String getPhoneticText()
public PhRun[] getPhRuns()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.