:: com :: sun :: star :: table ::

struct ShadowFormat
Description
describes the settings of a cell shadow.

Elements' Summary
Location contains the location of the shadow.  
ShadowWidth contains the size of the shadow.  
IsTransparent is true, if shadow is transparent.  
Color contains the color value of the shadow.  
Elements' Details
Location
ShadowLocation Location;
Description
contains the location of the shadow.
ShadowWidth
short ShadowWidth;
Description
contains the size of the shadow.
IsTransparent
boolean IsTransparent;
Description
is true, if shadow is transparent.
Color
::com::sun::star::util::Color Color;
Description
contains the color value of the shadow.
Top of Page