com.jniwrapper.win32.automation
Class OleContainer.SizeMode

java.lang.Object
  extended bycom.jniwrapper.util.EnumItem
      extended bycom.jniwrapper.win32.automation.OleContainer.SizeMode
Enclosing class:
OleContainer

public static class OleContainer.SizeMode
extends EnumItem

Represents enumeration of available size modes.


Field Summary
static OleContainer.SizeMode AutoSize
           
static OleContainer.SizeMode Center
           
static OleContainer.SizeMode Clip
          This mode is set in the OleContainer by default.
static OleContainer.SizeMode Scale
           
static OleContainer.SizeMode Stretch
           
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Clip

public static OleContainer.SizeMode Clip
This mode is set in the OleContainer by default.


Center

public static OleContainer.SizeMode Center

Scale

public static OleContainer.SizeMode Scale

Stretch

public static OleContainer.SizeMode Stretch

AutoSize

public static OleContainer.SizeMode AutoSize