> Hi Ryan, > How is the Compression of PAP & CHP going?? Will you be able > to commit the code soon?
Finished both, I just need to write tests. I will commit tonight. I wasn't sure what happened to you. I hadn't heard from you in awhile. Did you ever make those changes you were going to make to the decompressor? > Btw, I was thinking of making a class which gives the interfaces to modify > specific properties(PAP & CHP) for a text run given its FC, & also to read > the Existing properties of a Text run. Absolutely, I encourage you to go for it. I will be committing some classes tonight. org.apache.hwpf.usermodel.CharacterProperties extends CHPAbstractType and org.apache.hwpf.usermodel.ParagraphProperties extends PAPAbstractType. These two classes will be the interfaces for the CHPs and PAPs respectively. I only stubbed them so I could write my compressor so you don't have to wait for me to commit them. Ryan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/
