uk.ac.lancs.relate.gateways.services.connectors.openoffice
Class ImpressPresentation

java.lang.Object
  extended by uk.ac.lancs.relate.gateways.services.connectors.openoffice.OpenOfficeConnector
      extended by uk.ac.lancs.relate.gateways.services.connectors.openoffice.ImpressPresentation
All Implemented Interfaces:
Connector

public class ImpressPresentation
extends OpenOfficeConnector

This class is used for connecting and interacting with the Impress application of OpenOffice 2.x or StarOffice 8 Writer (or greater)..

Author:
Dominique Guinard
Personal Homepage

Constructor Summary
ImpressPresentation(java.lang.String loadUrl)
          Creates a new instance of ImpressPresentation.
 
Method Summary
 void nextSlide()
           
 void previousSlide()
           
 void startPresentation()
          Starts the currently opened presentation
 
Methods inherited from class uk.ac.lancs.relate.gateways.services.connectors.openoffice.OpenOfficeConnector
close, initiate, loadDocComponent, newDocComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImpressPresentation

public ImpressPresentation(java.lang.String loadUrl)
Creates a new instance of ImpressPresentation. This constructor is used to load an existing Impress presentation. The url (path) to this latter has to be provided.

Parameters:
loadUrl - Url to load the document from. NOTE: it must be formatted according to the OpenOffice standard.
Method Detail

startPresentation

public void startPresentation()
Starts the currently opened presentation


nextSlide

public void nextSlide()

previousSlide

public void previousSlide()