@Internal public class ExtRst extends java.lang.Object implements java.lang.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(java.lang.Object obj) |
protected int |
getDataSize()
Returns our size, excluding our
4 byte header
|
short |
getFormattingFontIndex() |
short |
getFormattingOptions() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
int |
getNumberOfRuns() |
java.lang.String |
getPhoneticText() |
PhRun[] |
getPhRuns() |
int |
hashCode() |
protected void |
serialize(ContinuableRecordOutput out) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getGenericChildren, getGenericRecordType
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()
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.