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

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

XAnimationNode
(referenced interface's summary:)
Usage Restrictions
not published
Description
Execution of the XCommand animation node causes the slideshow component to call back the application to perform the command.

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