LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
ShadowProperties Service Referencepublished

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

import"ShadowProperties.idl";

Inheritance diagram for ShadowProperties:
CaptionShape ClosedBezierShape ConnectorShape CustomShape Defaults EllipseShape GraphicObjectShape LineShape MeasureShape OpenBezierShape PolyLineShape PolyPolygonBezierShape PolyPolygonShape RectangleShape TextShape

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...
 

Detailed Description

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

Member Data Documentation

◆ Shadow

boolean Shadow
property

enables/disables the shadow of a Shape.

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

◆ ShadowBlur

long ShadowBlur
optionalproperty

This defines the degree of blur of the shadow in points.

◆ ShadowColor

com::sun::star::util::Color ShadowColor
property

This is the color of the shadow of this Shape.

◆ ShadowTransparence

short ShadowTransparence
property

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

◆ ShadowXDistance

long ShadowXDistance
property

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

◆ ShadowYDistance

long ShadowYDistance
property

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


The documentation for this service was generated from the following file: