org.jinterop.dcom.test
Class MSPowerPoint2

java.lang.Object
  extended by org.jinterop.dcom.test.MSPowerPoint2

public class MSPowerPoint2
extends java.lang.Object


Constructor Summary
MSPowerPoint2(java.lang.String address, java.lang.String[] args)
           
 
Method Summary
 void closePresentation(IJIDispatch presentation)
           
 void do_Next_Action(IJIDispatch view)
           
 void do_Previous_Action(IJIDispatch view)
           
 void goto_First_Slide(IJIDispatch view)
           
 void goto_Last_Slide(IJIDispatch view)
           
 void goto_Numbered_Slide(IJIDispatch view, int index)
           
static void main(java.lang.String[] args)
           
 IJIDispatch openPresentation(java.lang.String fullEscapedPath)
           
 void quitPowerPoint()
           
 IJIDispatch runPresentation(IJIDispatch activePresentation)
           
 void savePresentationAs(IJIDispatch presentation, java.lang.String fullEscapedPath)
           
 void showPowerPoint()
           
 void startPowerPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSPowerPoint2

public MSPowerPoint2(java.lang.String address,
                     java.lang.String[] args)
              throws JIException,
                     java.net.UnknownHostException
Throws:
JIException
java.net.UnknownHostException
Method Detail

startPowerPoint

public void startPowerPoint()
                     throws JIException
Throws:
JIException

showPowerPoint

public void showPowerPoint()
                    throws JIException
Throws:
JIException

openPresentation

public IJIDispatch openPresentation(java.lang.String fullEscapedPath)
                             throws JIException,
                                    java.lang.InterruptedException
Throws:
JIException
java.lang.InterruptedException

runPresentation

public IJIDispatch runPresentation(IJIDispatch activePresentation)
                            throws JIException
Throws:
JIException

quitPowerPoint

public void quitPowerPoint()
                    throws JIException
Throws:
JIException

closePresentation

public void closePresentation(IJIDispatch presentation)
                       throws JIException
Throws:
JIException

savePresentationAs

public void savePresentationAs(IJIDispatch presentation,
                               java.lang.String fullEscapedPath)
                        throws JIException
Throws:
JIException

goto_First_Slide

public void goto_First_Slide(IJIDispatch view)
                      throws JIException
Throws:
JIException

goto_Last_Slide

public void goto_Last_Slide(IJIDispatch view)
                     throws JIException
Throws:
JIException

do_Next_Action

public void do_Next_Action(IJIDispatch view)
                    throws JIException
Throws:
JIException

do_Previous_Action

public void do_Previous_Action(IJIDispatch view)
                        throws JIException
Throws:
JIException

goto_Numbered_Slide

public void goto_Numbered_Slide(IJIDispatch view,
                                int index)
                         throws JIException
Throws:
JIException

main

public static void main(java.lang.String[] args)