|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.lancs.relate.gateways.services.connectors.openoffice.OpenOfficeConnector
uk.ac.lancs.relate.gateways.services.connectors.openoffice.ImpressPresentation
public class ImpressPresentation
This class is used for connecting and interacting with the Impress application of OpenOffice 2.x or StarOffice 8 Writer (or greater)..
| 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 |
|---|
public ImpressPresentation(java.lang.String loadUrl)
ImpressPresentation.
This constructor is used to load an existing Impress presentation.
The url (path) to this latter has to be provided.
loadUrl - Url to load the document from. NOTE: it must be formatted
according to the OpenOffice standard.| Method Detail |
|---|
public void startPresentation()
public void nextSlide()
public void previousSlide()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||