@Internal public final class StyleDescription extends java.lang.Object
| Constructor and Description |
|---|
StyleDescription() |
StyleDescription(byte[] std, int baseLength, int offset, boolean word9) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getBaseStyle() |
CharacterProperties |
getCHP()
Deprecated.
(已弃用。)
|
byte[] |
getCHPX() |
java.lang.String |
getName() |
ParagraphProperties |
getPAP()
Deprecated.
(已弃用。)
|
byte[] |
getPAPX() |
int |
hashCode() |
byte[] |
toByteArray() |
java.lang.String |
toString() |
public StyleDescription()
public StyleDescription(byte[] std,
int baseLength,
int offset,
boolean word9) public int getBaseStyle()
public byte[] getCHPX()
public byte[] getPAPX()
@Deprecated public ParagraphProperties getPAP()
@Deprecated public CharacterProperties getCHP()
public java.lang.String getName()
public byte[] toByteArray()
public int hashCode()
hashCode in class
java.lang.Object
public boolean equals(java.lang.Object obj)
equals in class
java.lang.Object
public java.lang.String toString()
toString in class
java.lang.Object
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.