com.jniwrapper.win32.ole.types
Class OleUIInsertObject

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Structure
          extended bycom.jniwrapper.win32.ole.types.OleUIInsertObject
All Implemented Interfaces:
AlignmentAwareParameter, CompositeParameter

public class OleUIInsertObject
extends Structure

This structure contains information about Insert object dialog box and corresponds to OLEUIINSERTOBJECT native structure.

See Also:
Microsoft COM SDK documentation

Field Summary
 
Fields inherited from class com.jniwrapper.Structure
f
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
OleUIInsertObject()
           
OleUIInsertObject(OleUIInsertObject that)
           
 
Method Summary
 java.lang.Object clone()
           
 int getCchFile()
           
 int getCClsidExclude()
           
 CLSID getClsid()
           
 OleUIHdr getHdr()
           
 int getHMetaPict()
           
 IID getIid()
           
 int getLpClsidExclude()
           
 int getLpFormatEtc()
           
 IOleClientSite getLpIOleClientSite()
           
 IStorage getLpIStorage()
           
 java.lang.String getLpszFile()
           
 OleRender getOLERENDER()
           
 IUnknown getPpvObj()
           
 int getSc()
           
 void setCchFile(int value)
           
 void setCClsidExclude(int value)
           
 void setHMetaPict(int value)
           
 void setLpClsidExclude(int value)
           
 void setLpFormatEtc(int value)
           
 void setLpszFile(java.lang.String value)
           
 void setSc(int value)
           
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleUIInsertObject

public OleUIInsertObject()

OleUIInsertObject

public OleUIInsertObject(OleUIInsertObject that)
Method Detail

getHdr

public OleUIHdr getHdr()

getClsid

public CLSID getClsid()

getLpszFile

public java.lang.String getLpszFile()

setLpszFile

public void setLpszFile(java.lang.String value)

getCchFile

public int getCchFile()

setCchFile

public void setCchFile(int value)

getCClsidExclude

public int getCClsidExclude()

setCClsidExclude

public void setCClsidExclude(int value)

getLpClsidExclude

public int getLpClsidExclude()

setLpClsidExclude

public void setLpClsidExclude(int value)

getIid

public IID getIid()

getOLERENDER

public OleRender getOLERENDER()

getLpFormatEtc

public int getLpFormatEtc()

setLpFormatEtc

public void setLpFormatEtc(int value)

getLpIOleClientSite

public IOleClientSite getLpIOleClientSite()

getLpIStorage

public IStorage getLpIStorage()

getPpvObj

public IUnknown getPpvObj()

getSc

public int getSc()

setSc

public void setSc(int value)

getHMetaPict

public int getHMetaPict()

setHMetaPict

public void setHMetaPict(int value)

clone

public java.lang.Object clone()