> We have the following fields in the PAPAbstractType class.
>  private  byte[] field_60_anld;  // to do implement ANLD class & give
getter & Setter
>  private  byte[] field_63_dttmPropRMark;  // DTTM class to be implemented
>  private  byte[] field_64_numrm;  // NUMRM class to be implemented
>  private  short[] field_66_rgdxaTab;   // changed by Praveen, initially
was byte
>
> field_66_rgdxaTab was initially byte , but according to Spec it is short
so I have changed
> it to short array in my LOCAL file . But in CVS its still byte, I guess.
> Please see to it., also the setter & Getter.
>
> Shouldn't we implement the ANLD ,DTTM ,NUMRM classes & fill in their
fields. Now they are read as byte array

Sure if you want go for it. DTTM implementation would be cool because this
is how date and time is stored in the file. The others aren't really
important for now but will eventually have to get done. ANLD is only used in
files that have been converted to Word 97 from Word 6.0,  NUMRM is used for
change tracking.

> Regarding PAPX Sprms, what should we do to sprmPHugePapx. (0x6645) The
spec refers "fc in datastream", is it that from Mainstream
> find fc, take the grpprl & pass it to our unCompressProperty() function to
uncompress it??

The datastream is a seperate POIFSDocument called "Data".

Ryan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to