org.apache.poi.hdf.extractor
Class StyleDescription

java.lang.Object
  extended by org.apache.poi.hdf.extractor.StyleDescription

Deprecated.

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

Comment me


Constructor Summary
StyleDescription()
          Deprecated.  
StyleDescription(byte[] std, int baseLength, boolean word9)
          Deprecated.  
 
Method Summary
 int getBaseStyle()
          Deprecated.  
 CHP getCHP()
          Deprecated.  
 byte[] getCHPX()
          Deprecated.  
 PAP getPAP()
          Deprecated.  
 byte[] getPAPX()
          Deprecated.  
 void setCHP(CHP chp)
          Deprecated.  
 void setPAP(PAP 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 PAP getPAP()
Deprecated. 

getCHP

public CHP getCHP()
Deprecated. 

setPAP

public void setPAP(PAP pap)
Deprecated. 

setCHP

public void setCHP(CHP chp)
Deprecated.