Hi. 1. 2. There will be no simple API to work with Word documents, esp. not for modifying it. There is a very big distance between Java BufferedImage and MS Word Picture structure (i.e. PICFAndOfficeArtDat structure). Inserting a picture method will need to create some EscherRecord structures with a lot of parameters, and linking such new records with CharacterRun. I can't say it's hard task, but it doesn't look like what standard API shall provide.
I will try to create example thought, but it will not be simple. 3. The usage of setFtcfe is not user friendly, as well as for everything in HWPF. But we need a balance between ability to reach every (even unsupported) property of CHP and provide understandable API. The FTCFE is just a simple mapping to character SPRM 0x4A50, description of which you can find here: http://msdn.microsoft.com/en-us/library/dd947480%28v=office.12%29.aspx And FontTable can be accessed via HWPFDocument.getFontTable() -- Sergey Vladimirov On Thu, Apr 12, 2012 at 7:27 AM, Me Myself and I <[email protected]> wrote: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
