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
Comment me
-
-
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 booleanequals(java.lang.Object obj)intgetBaseStyle()CharacterPropertiesgetCHP()Deprecated.byte[]getCHPX()java.lang.StringgetName()ParagraphPropertiesgetPAP()Deprecated.byte[]getPAPX()inthashCode()byte[]toByteArray()java.lang.StringtoString()
-
-
-
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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-