-Has anything been done about the lack of the ability to insert new Images from 
file
into a word document (HWPFDocument) at a particular CharacterRun point with the 
image class
 
 org.apache.poi.hwpf.usermodel.Picture
?
 
-Altering The name of a org.apache.poi.hwpf.usermodel.CharacterRun  's font is 
still a problem.
 CharacterRun only has the following to specify the String of a font's name:
 
 public void setFtcAscii(int ftcAscii)
 
 public void setFtcFE(int ftcFE)
 
 What would I specify for these?  Where is the Class that
 holds the field names and values of the particularly desired int argument?
 
 Or are the values written in the source code as comments?
                                          
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to