Page 1 of 1
Nested Table by using java
Posted: Fri Aug 22, 2014 5:32 pm
by liquid
I want to create a nested table by using java in openoffice writer. Table cell should contain tables.
Is it possible by using Java API like XTable?
Re: Nested Table by using java
Posted: Fri Aug 22, 2014 6:47 pm
by RoryOF
Re: Nested Table by using java
Posted: Fri Aug 22, 2014 6:58 pm
by liquid
Hi RoryOF,
Thanks!! for replying. But, I want to create nested table in OpenOffice Writer using UNO API.
Re: Nested Table by using java
Posted: Fri Aug 22, 2014 7:18 pm
by RoryOF
Then you have to start by reading the UNO API; the probabilities are that the UNO API structures will closely resemble the Java structures used in the references.