PlaceStyleValue

Contents
[ ]

Inheritance: java.lang.Object

public final class PlaceStyleValue

Specifies how shapes are placed on the page when shapes are laid out when a user selects Lay Out Shapes (Shape menu).

Fields

Field Description
BOTTOM_TO_TOP Bottom to top.
CIRCULAR Circular.
DEFAULT_RADIAL Default.
LEFT_TO_RIGHT Left to right.
RADIAL Radial.
RIGHT_TO_LEFT Right to left.
TOP_TO_BOTTOM Top to bottom.
UNDEFINED Undefined.

Methods

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

BOTTOM_TO_TOP

public static final int BOTTOM_TO_TOP

Bottom to top.

CIRCULAR

public static final int CIRCULAR

Circular.

DEFAULT_RADIAL

public static final int DEFAULT_RADIAL

Default. Radial.

LEFT_TO_RIGHT

public static final int LEFT_TO_RIGHT

Left to right.

RADIAL

public static final int RADIAL

Radial.

RIGHT_TO_LEFT

public static final int RIGHT_TO_LEFT

Right to left.

TOP_TO_BOTTOM

public static final int TOP_TO_BOTTOM

Top to bottom.

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