Package org.apache.poi.hwpf.model
Class StyleDescription
- java.lang.Object
-
- org.apache.poi.hwpf.model.StyleDescription
-
@Internal public final class StyleDescription extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StyleDescription()
StyleDescription(byte[] std, int baseLength, int offset, boolean word9)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getBaseStyle
public int getBaseStyle()
-
getCHPX
public byte[] getCHPX()
-
getPAPX
public byte[] getPAPX()
-
getPAP
@Deprecated public ParagraphProperties getPAP()
Deprecated.
-
getCHP
@Deprecated public CharacterProperties getCHP()
Deprecated.
-
getName
public java.lang.String getName()
-
toByteArray
public byte[] toByteArray()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-