What API can add checkbox to MS Word file using Java?
I wanna make a program to create MS Word file, but some API's can't add checkbox to the document. Someone have done that? Thanks.开发者_运维问答
How about open office's api?
http://api.openoffice.org/docs/common/ref/com/sun/star/form/FormComponentType.html
Also, see this Stackoverflow thread: What's a good Java API for creating Word documents?
Apache POI may help you out... http://poi.apache.org/
Although, My experience with this API has been with excel and it appears the Word stuff is less developed. Hope it helps though!
You could try JODReports or Docmosis. Both sit over open office and can simplify some of the interactions with OpenOffice. OpenOffice does a pretty impressive job of doc reading/writing and format conversions.
精彩评论