19 #ifndef __com_sun_star_drawing_ShadowProperties_idl__
20 #define __com_sun_star_drawing_ShadowProperties_idl__
26 module com { module sun { module star { module drawing {
com::sun::star::util::Color ShadowColor
This is the color of the shadow of this Shape.
Definition: ShadowProperties.idl:43
This is a set of properties to describe the style for rendering a shadow.
Definition: ShadowProperties.idl:31
long ShadowXDistance
This is the horizontal distance of the left edge of the Shape to the shadow.
Definition: ShadowProperties.idl:54
short ShadowTransparence
This defines the degree of transparence of the shadow in percent.
Definition: ShadowProperties.idl:48
long ShadowYDistance
This is the vertical distance of the top edge of the Shape to the shadow.
Definition: ShadowProperties.idl:60
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
boolean Shadow
enables/disables the shadow of a Shape.
Definition: ShadowProperties.idl:38