org.jinterop.dcom.win32
Interface IJIOleDocumentView

All Superinterfaces:
IJIUnknown

public interface IJIOleDocumentView
extends IJIUnknown

This interface is used by containers for receiving information about views of a document.

Since:
1.0

Field Summary
static java.lang.String IID
           
 
Method Summary
 void closeView(int dwReserved)
           
 JIInterfacePointer getDocument()
           
 JIInterfacePointer getInPlaceSite()
           
 JIStruct getRect()
           
 JIInterfacePointer invokeClone(JIInterfacePointer pIPSiteNew)
           
 void open()
           
 void setInPlaceSite(JIInterfacePointer pIPSite)
           
 void setRect(JIStruct prcView)
           
 void setRectComplex(JIStruct prcView, JIStruct prcHScroll, JIStruct prcVScroll, JIStruct prcSizeBox)
           
 void show(boolean fShow)
           
 void UIActivate(boolean fUIActivate)
           
 
Methods inherited from interface org.jinterop.dcom.core.IJIUnknown
addRef, queryInterface, release
 

Field Detail

IID

static final java.lang.String IID
See Also:
Constant Field Values
Method Detail

closeView

void closeView(int dwReserved)
               throws JIException
Throws:
JIException

getDocument

JIInterfacePointer getDocument()
                               throws JIException
Throws:
JIException

getInPlaceSite

JIInterfacePointer getInPlaceSite()
                                  throws JIException
Throws:
JIException

getRect

JIStruct getRect()
                 throws JIException
Throws:
JIException

invokeClone

JIInterfacePointer invokeClone(JIInterfacePointer pIPSiteNew)
                               throws JIException
Throws:
JIException

open

void open()
          throws JIException
Throws:
JIException

setInPlaceSite

void setInPlaceSite(JIInterfacePointer pIPSite)
                    throws JIException
Throws:
JIException

setRect

void setRect(JIStruct prcView)
             throws JIException
Throws:
JIException

setRectComplex

void setRectComplex(JIStruct prcView,
                    JIStruct prcHScroll,
                    JIStruct prcVScroll,
                    JIStruct prcSizeBox)
                    throws JIException
Throws:
JIException

show

void show(boolean fShow)
          throws JIException
Throws:
JIException

UIActivate

void UIActivate(boolean fUIActivate)
                throws JIException
Throws:
JIException