enum ShadowLocation in module com::sun::star::table::

(Global Index)

Syntax

enum ShadowLocation;

Description

enumeration used to specify the location of the shadow in a ShadowFormat .

Values Summary

NONE no shadow.

TOP_LEFT shadow is located along the upper and left sides.

TOP_RIGHT shadow is located along the upper and right sides.

BOTTOM_LEFT shadow is located along the lower and left sides.

BOTTOM_RIGHT shadow is located along the lower and right sides.

Values Details



NONE

Syntax

NONE,

Description

no shadow.


TOP_LEFT

Syntax

TOP_LEFT,

Description

shadow is located along the upper and left sides.


TOP_RIGHT

Syntax

TOP_RIGHT,

Description

shadow is located along the upper and right sides.


BOTTOM_LEFT

Syntax

BOTTOM_LEFT,

Description

shadow is located along the lower and left sides.


BOTTOM_RIGHT

Syntax

BOTTOM_RIGHT,

Description

shadow is located along the lower and right sides.

Top of Page