DrawingResizeTypeValue

Contents
[ ]

Inheritance: java.lang.Object

public final class DrawingResizeTypeValue

Determines whether the drawing page resizes automatically to fit the diagram.

Fields

Field Description
AUTOMATICALLY The drawing page resizes automatically.
DEPENDS_ON_DRAWING_SIZE_TYPE Whether the page resizes automatically depends on the value of the DrawingSizeType cell.
NOT_AUTOMATICALLY The drawing page does not resize automatically.
UNDEFINED Undefined.

Methods

Method Description
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AUTOMATICALLY

public static final int AUTOMATICALLY

The drawing page resizes automatically.

DEPENDS_ON_DRAWING_SIZE_TYPE

public static final int DEPENDS_ON_DRAWING_SIZE_TYPE

Whether the page resizes automatically depends on the value of the DrawingSizeType cell. If DrawingSizeType = 0 (the drawing page size is the same as the size of the printed page), the page resizes automatically. If the value of DrawingSizeType is anything other than zero (0), the page does not resize automatically.

NOT_AUTOMATICALLY

public static final int NOT_AUTOMATICALLY

The drawing page does not resize automatically.

UNDEFINED

public static final int UNDEFINED

Undefined.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int