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

interface XCommand
Base Interfaces
XCommandXAnimationNode
   ┗ ::com::sun::star::container::XChild

XAnimationNode

Attributes' Summary
Target The application specific target. See documentation of used application for supported targets.  
Command This identifies the application specific command. See documentation of used application for commands.  
Parameter The application specific parameter for this command. See documentation of used application for supported parameters for different commands and target combinations.  
Attributes' Details
Target
any Target;
Description
The application specific target. See documentation of used application for supported targets.
Command
short Command;
Description
This identifies the application specific command. See documentation of used application for commands.
Parameter
any Parameter;
Description
The application specific parameter for this command. See documentation of used application for supported parameters for different commands and target combinations.
Top of Page