LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::animations::AnimationTransformType Constant Group Reference

Specifies the transformation type for an XAnimateTransform. More...

Variables

const short TRANSLATE = 0
 defines a translation More...
 
const short SCALE = 1
 defines a scale More...
 
const short ROTATE = 2
 defines a rotation More...
 
const short SKEWX = 3
 defines a skew transformation for x-axis More...
 
const short SKEWY = 4
 defines a skew transformation for y-axis More...
 

Detailed Description

Specifies the transformation type for an XAnimateTransform.

See also
http://www.w3.org/TR/SVG/animate.html#AnimateTransformElementTypeAttribute

Variable Documentation

◆ ROTATE

const short ROTATE = 2

defines a rotation

◆ SCALE

const short SCALE = 1

defines a scale

◆ SKEWX

const short SKEWX = 3

defines a skew transformation for x-axis

◆ SKEWY

const short SKEWY = 4

defines a skew transformation for y-axis

◆ TRANSLATE

const short TRANSLATE = 0

defines a translation