PlaceStyleValue

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

FieldDescription
BOTTOM_TO_TOPBottom to top.
CIRCULARCircular.
DEFAULT_RADIALDefault.
LEFT_TO_RIGHTLeft to right.
RADIALRadial.
RIGHT_TO_LEFTRight to left.
TOP_TO_BOTTOMTop to bottom.
UNDEFINEDUndefined.

Methods

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

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