service ShadowProperties in module com::sun::star::drawing::

(Global Index)

Syntax

service ShadowProperties;

Description

This is a set of properties to describe the style for rendering a shadow.

Property Summary

Shadow enables/disables the shadow of a Shape .

ShadowColor This is the color of the shadow of this Shape .

ShadowTransparence This defines the degree of transparence of the shadow in percent.

ShadowXDistance This is the horizontal distance of the left edge of the Shape to the shadow.

ShadowYDistance This is the vertical distance of the top edge of the Shape to the shadow.

Property Details



Shadow

Syntax

boolean Shadow;

Description

enables/disables the shadow of a Shape .

The other shadow properties are only applied if this is set to true .


ShadowColor

Syntax

long ShadowColor;

Description

This is the color of the shadow of this Shape .


ShadowTransparence

Syntax

short ShadowTransparence;

Description

This defines the degree of transparence of the shadow in percent.


ShadowXDistance

Syntax

long ShadowXDistance;

Description

This is the horizontal distance of the left edge of the Shape to the shadow.


ShadowYDistance

Syntax

long ShadowYDistance;

Description

This is the vertical distance of the top edge of the Shape to the shadow.

Top of Page