LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::presentation::EffectPresetClass Constant Group Reference

This constants defines the class for a preset animation effect. More...

Variables

const short CUSTOM = 0
 
const short ENTRANCE = 1
 
const short EXIT = 2
 
const short EMPHASIS = 3
 
const short MOTIONPATH = 4
 
const short OLEACTION = 5
 
const short MEDIACALL = 6
 

Detailed Description

This constants defines the class for a preset animation effect.


This is stored with the name preset-class inside the com::sun::star::animations::XAnimationNode::UserData sequence.
This does not manipulate the timing or synchronization. It can be used to quickly identify preset animations inside an animation hierarchy.

See also
com::sun::star::animations::XAnimationNode

Variable Documentation

◆ CUSTOM

const short CUSTOM = 0

◆ EMPHASIS

const short EMPHASIS = 3

◆ ENTRANCE

const short ENTRANCE = 1

◆ EXIT

const short EXIT = 2

◆ MEDIACALL

const short MEDIACALL = 6

◆ MOTIONPATH

const short MOTIONPATH = 4

◆ OLEACTION

const short OLEACTION = 5