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

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

Deprecated.

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

Comment me


Field Summary
 int _epc
          Deprecated.  
 boolean _fFacingPages
          Deprecated.  
 int _fpc
          Deprecated.  
 int _nEdn
          Deprecated.  
 int _nFtn
          Deprecated.  
 int _rncEdn
          Deprecated.  
 int _rncFtn
          Deprecated.  
 
Constructor Summary
DocumentProperties(byte[] dopArray)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_fFacingPages

public boolean _fFacingPages
Deprecated. 

_fpc

public int _fpc
Deprecated. 

_epc

public int _epc
Deprecated. 

_rncFtn

public int _rncFtn
Deprecated. 

_nFtn

public int _nFtn
Deprecated. 

_rncEdn

public int _rncEdn
Deprecated. 

_nEdn

public int _nEdn
Deprecated. 
Constructor Detail

DocumentProperties

public DocumentProperties(byte[] dopArray)
Deprecated.