I'm fairly certain the poi-ooxml-schema.jar file is auto-generated by the xml schemas that define the OOXML format. I have been unsuccessful in finding the source code. Instead, I've only relied on the ECMA specifications ( http://www.ecma-international.org/publications/standards/Ecma-376.htm) for the Word format and then by trial and error, determining the structure of how the document should be formatted.
Mike On Tue, Mar 5, 2013 at 12:27 PM, Paul C. <[email protected]> wrote: > Indeed, there are a lot of advantage of using Maven. However, I am not in > the > position of making that decision. > I peeked into the poi-ooxml-schema.jar version 3.9 jar, I could not find > STPTabRelativeTo.class, STPTabAlignment.class, etc. However, I see the > inner > classes: such as STPTabRelativeTo$Enum.class, STPTabAlignment$Enum.class, > etc. In version 1.1, both outter class and inner classes exist. How come? > > Also, I don't seem to be able to find the source code for > poi-ooxml-schema.jar. Does anyone know where to get it? > Thanks. > Paul > > > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/Create-Header-XWPF-tp5711976p5712246.html > Sent from the POI - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
