com.jniwrapper.win32.ole.types
Class DocMisc

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.DocMisc
All Implemented Interfaces:
IntegerParameter

public class DocMisc
extends ComEnumeration

This enumeration provides miscellaneous property information about a document object. This class represents DOCMISC native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int DOCMISC_CANCREATEMULTIPLEVIEWS
           
static int DOCMISC_CANTOPENEDIT
           
static int DOCMISC_NOFILESUPPORT
           
static int DOCMISC_SUPPORTCOMPLEXRECTANGLES
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
DocMisc()
           
DocMisc(IntegerParameter t)
           
DocMisc(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

DOCMISC_CANCREATEMULTIPLEVIEWS

public static final int DOCMISC_CANCREATEMULTIPLEVIEWS
See Also:
Constant Field Values

DOCMISC_SUPPORTCOMPLEXRECTANGLES

public static final int DOCMISC_SUPPORTCOMPLEXRECTANGLES
See Also:
Constant Field Values

DOCMISC_CANTOPENEDIT

public static final int DOCMISC_CANTOPENEDIT
See Also:
Constant Field Values

DOCMISC_NOFILESUPPORT

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

DocMisc

public DocMisc()

DocMisc

public DocMisc(long val)

DocMisc

public DocMisc(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()