Hi Ryan,

I don't know you from the mailinglist here(only
from the source 'author ryan ackley'), since
I'm new here, but I want to thank your for
your work here!
I wish you good luck in your new job!
I would like to be part of the further development
of hwpf, do you know, who is the best 
person to talk(write) to now?
I would like to try to develop some 
classes for the ability to work with fiels, variables
and pictures.
Would be great, if you have a hint or more information.
Otherwise I would write something
stupid like:
//--
package org.apache.poi.hwpf.model;

import org.apache.poi.util.BitField;
import org.apache.poi.util.LittleEndian;
import ......

public class PictureDescriptor
{
  //
  long lcb; // numnber of bytes
  long cbHeader;
  short mfpmm;
  short mfpyExt;
  short mfpxExt;
  short mfphMF;
  short dxaGoal;
  short dyaGoal;
  short mx;
  short my;
  short dxaCropLeft;
  ................
  ....
}
//--
best regards Wolfgang


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

Reply via email to