| 
    LibreOffice
    
   LibreOffice 24.2 SDK API Reference 
   | 
 
This is a set of properties to describe the style for rendering a shadow. More...
import"ShadowProperties.idl";
  
 Public Attributes | |
| boolean | Shadow | 
| enables/disables the shadow of a Shape.  More... | |
| com::sun::star::util::Color | ShadowColor | 
| This is the color of the shadow of this Shape.  More... | |
| short | ShadowTransparence | 
| This defines the degree of transparence of the shadow in percent.  More... | |
| long | ShadowXDistance | 
| This is the horizontal distance of the left edge of the Shape to the shadow.  More... | |
| long | ShadowYDistance | 
| This is the vertical distance of the top edge of the Shape to the shadow.  More... | |
| long | ShadowBlur | 
| This defines the degree of blur of the shadow in points.  More... | |
This is a set of properties to describe the style for rendering a shadow.
      
  | 
  property | 
enables/disables the shadow of a Shape.
The other shadow properties are only applied if this is set to TRUE.
      
  | 
  optionalproperty | 
This defines the degree of blur of the shadow in points.
      
  | 
  property | 
This is the color of the shadow of this Shape.
      
  | 
  property | 
This defines the degree of transparence of the shadow in percent.
      
  | 
  property | 
This is the horizontal distance of the left edge of the Shape to the shadow.
      
  | 
  property | 
This is the vertical distance of the top edge of the Shape to the shadow.
 1.8.14