Columns are a feature of a section of the document. So, you will need to add a new section to the document and set the number of columns for that section. Do not know how to do this using POI - I have not used the api for some time now - but do believe it ought to be possible. If you are targeting the OOXML (docx) document format then it should be possible even if the feature is not exposed by POI. You will need to grab the underlying openxml4j bean and set the properties on it.
-- View this message in context: http://apache-poi.1045710.n5.nabble.com/How-to-create-multiple-columns-in-a-word-document-tp5713730p5713734.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]
