DrawingResizeTypeValue

Inheritance: java.lang.Object

public final class DrawingResizeTypeValue

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

Fields

FieldDescription
AUTOMATICALLYThe drawing page resizes automatically.
DEPENDS_ON_DRAWING_SIZE_TYPEWhether the page resizes automatically depends on the value of the DrawingSizeType cell.
NOT_AUTOMATICALLYThe drawing page does not resize automatically.
UNDEFINEDUndefined.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int