org.jinterop.dcom.test
Class MSPowerPoint2
java.lang.Object
org.jinterop.dcom.test.MSPowerPoint2
public class MSPowerPoint2
- extends java.lang.Object
Constructor Summary |
MSPowerPoint2(java.lang.String address,
java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSPowerPoint2
public MSPowerPoint2(java.lang.String address,
java.lang.String[] args)
throws JIException,
java.net.UnknownHostException
- Throws:
JIException
java.net.UnknownHostException
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)