Hi Ariel, Cor, *,

Am Montag, 24. Mai 2010 22:42:24 schrieb Cor Nouws:
> Hi Andreas,
> 
> Ariel Constenla-Haile wrote (24-05-10 20:34)
> 
> > On Monday 24 May 2010, 14:32, Andreas Mantke wrote:
> >> I'm looking for an example how to access an impress document. I read
> >> through the dev guide (First Steps). There are examples how to work with
> >> spreadsheet, writer and draw documents. Is there also a description how
> >> to work with impress documents. I'm not able to find such an example in
> >> the OOo-Wiki. I hope someone can give a hint.
> >
> > you have the SDK example
> >
> > [/opt/openoffice.org/basis3.3]/sdk/examples/DevelopersGuide/Drawing/Prese
> >ntationDemo.java
> > http://svn.services.openoffice.org/opengrok/xref/DEV300_m78/odk/examples/
> >DevelopersGuide/Drawing/PresentationDemo.java
> >
> > it's rather old, so it does not cover new features, like the very useful
> > SlideShowController.
> 

thanks for the hint. I'll have a deeper look into this example. It seemed to 
work very different from the example for spreadsheet.

> And talking Basic:
>    ThisComponent.DrawPages(0)
> gets the first slide
> and
>    ThisComponent.DrawPages(0).getByIndex(n)
> gets shape n on that slide.

I try to do it with Java. I'm going to create a client application that works 
with OOo via the API.

Regards,
Andreas
-- 
## Content Developer OpenOffice.org: lang/DE
## Freie Office-Suite für Linux, Mac, Windows, Solaris
## http://de.openoffice.org
## OpenOffice.org Portable: http://oooportable.org
## OOoPDFConverter: http://ooopdfconverter.sourceforge.net
## Meine Seite: http://www.amantke.de 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to