Nested Table by using java

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
liquid
Posts: 5
Joined: Fri Aug 22, 2014 5:27 pm

Nested Table by using java

Post 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?
OpenOffice 3.1 on Windows Vista
User avatar
RoryOF
Moderator
Posts: 34612
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: Nested Table by using java

Post by RoryOF »

Apache OpenOffice 4.1.15 on Xubuntu 22.04.4 LTS
liquid
Posts: 5
Joined: Fri Aug 22, 2014 5:27 pm

Re: Nested Table by using java

Post by liquid »

Hi RoryOF,
Thanks!! for replying. But, I want to create nested table in OpenOffice Writer using UNO API.
OpenOffice 3.1 on Windows Vista
User avatar
RoryOF
Moderator
Posts: 34612
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: Nested Table by using java

Post 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.
Apache OpenOffice 4.1.15 on Xubuntu 22.04.4 LTS
Post Reply