LibreOffice
LibreOffice 24.2 SDK API Reference
|
Execution of the XCommand animation node causes the slide show component to call back the application to perform the command. More...
import"XCommand.idl";
Public Attributes | |
any | Target |
The application specific target. More... | |
short | Command |
This identifies the application specific command. More... | |
any | Parameter |
The application specific parameter for this command. More... | |
Public Attributes inherited from XAnimationNode | |
short | Type |
a value from AnimationNodeType. More... | |
any | Begin |
a sequence of values that define the beginning of this element Begin is More... | |
any | Duration |
defines the length of the simple duration. More... | |
any | End |
a sequence of values that define the ending of this element End is More... | |
any | EndSync |
controls the implicit duration of time containers, as a function of the children. More... | |
any | RepeatCount |
the number of iterations of the simple duration. More... | |
any | RepeatDuration |
the total duration for repeat. More... | |
short | Fill |
the attribute that specify the behavior how an element should be extended beyond the active duration by freezing the final state of the element. More... | |
short | FillDefault |
the default value for the fill behavior for this element and all descendants. More... | |
short | Restart |
defines the restart behavior of this element. More... | |
short | RestartDefault |
defines the default restart behavior for this element and all descendants. More... | |
double | Acceleration |
defines the acceleration for this element. More... | |
double | Decelerate |
defines the deceleration for this element. More... | |
boolean | AutoReverse |
defines the auto reverse settings for this element. More... | |
sequence< ::com::sun::star::beans::NamedValue > | UserData |
Additional Inherited Members | |
Public Member Functions inherited from XChild | |
com::sun::star::uno::XInterface | getParent () |
grants access to the object containing this content. More... | |
void | setParent ([in] com::sun::star::uno::XInterface Parent) raises ( com::sun::star::lang::NoSupportException ) |
sets the parent to this object. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Execution of the XCommand animation node causes the slide show component to call back the application to perform the command.
|
attribute |
This identifies the application specific command.
See documentation of used application for commands.
|
attribute |
The application specific parameter for this command.
See documentation of used application for supported parameters for different commands and target combinations.
|
attribute |
The application specific target.
See documentation of used application for supported targets.