struct ShadowFormat in module com::sun::star::table::

(Global Index)

Syntax

struct ShadowFormat;

Description

describes a shadow.

Field Summary

Location location of the shadow.

ShadowWidth size of the shadow.

IsTransparent shadow is transparent if this is true .

Color color of the shadow.

Field Details



Location

Syntax

com::sun::star::table::ShadowLocation Location;

Description

location of the shadow.


ShadowWidth

Syntax

short ShadowWidth;

Description

size of the shadow.


IsTransparent

Syntax

boolean IsTransparent;

Description

shadow is transparent if this is true .


Color

Syntax

long Color;

Description

color of the shadow.

Top of Page