:: com :: sun :: star :: animations ::

unpublished struct TargetProperties
Description
Properties of an animated target.

This struct collects all global attributes that apply to an animation target. An animation target is anything that is referenced from a given XAnimationNode tree as a target object.


Elements' Summary
Target Target for which this struct specifies properties  
Properties Global target properties  
Elements' Details
Target
any Target;
Description
Target for which this struct specifies properties
Properties
sequence< ::com::sun::star::beans::NamedValue > Properties;
Description
Global target properties
Top of Page