org.apache.poi.hdf.model.hdftypes
Class StyleDescription

java.lang.Object
  extended by org.apache.poi.hdf.model.hdftypes.StyleDescription
All Implemented Interfaces:
HDFType

Deprecated.

@Deprecated
public final class StyleDescription
extends java.lang.Object
implements HDFType

Comment me


Constructor Summary
StyleDescription()
          Deprecated.  
StyleDescription(byte[] std, int baseLength, boolean word9)
          Deprecated.  
 
Method Summary
 int getBaseStyle()
          Deprecated.  
 CharacterProperties getCHP()
          Deprecated.  
 byte[] getCHPX()
          Deprecated.  
 ParagraphProperties getPAP()
          Deprecated.  
 byte[] getPAPX()
          Deprecated.  
 void setCHP(CharacterProperties chp)
          Deprecated.  
 void setPAP(ParagraphProperties pap)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleDescription

public StyleDescription()
Deprecated. 

StyleDescription

public StyleDescription(byte[] std,
                        int baseLength,
                        boolean word9)
Deprecated. 
Method Detail

getBaseStyle

public int getBaseStyle()
Deprecated. 

getCHPX

public byte[] getCHPX()
Deprecated. 

getPAPX

public byte[] getPAPX()
Deprecated. 

getPAP

public ParagraphProperties getPAP()
Deprecated. 

getCHP

public CharacterProperties getCHP()
Deprecated. 

setPAP

public void setPAP(ParagraphProperties pap)
Deprecated. 

setCHP

public void setCHP(CharacterProperties chp)
Deprecated.