com.jniwrapper.win32.ole.types
Class DvAspect

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ay
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.win32.com.types.ComEnumeration
                      extended bycom.jniwrapper.win32.ole.types.DvAspect
All Implemented Interfaces:
IntegerParameter

public class DvAspect
extends ComEnumeration

This enumeration specifies the desired data or view aspect of the object when drawing or getting data. This class represents DVASPECT native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int CONTENT
           
static int DVASPECT_DOCPRINT
           
static int ICON
           
static int OPAQUE
           
static int THUMBNAIL
           
static int TRANSPARENT
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
DvAspect()
           
DvAspect(IntegerParameter t)
           
DvAspect(long val)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.ay
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CONTENT

public static final int CONTENT
See Also:
Constant Field Values

THUMBNAIL

public static final int THUMBNAIL
See Also:
Constant Field Values

ICON

public static final int ICON
See Also:
Constant Field Values

DVASPECT_DOCPRINT

public static final int DVASPECT_DOCPRINT
See Also:
Constant Field Values

OPAQUE

public static final int OPAQUE
See Also:
Constant Field Values

TRANSPARENT

public static final int TRANSPARENT
See Also:
Constant Field Values
Constructor Detail

DvAspect

public DvAspect()

DvAspect

public DvAspect(long val)

DvAspect

public DvAspect(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()