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
|
IID
static final java.lang.String IID
- See Also:
- Constant Field Values
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