LibreOffice
LibreOffice 24.2 SDK API Reference
|
Variables | |
const short | CUSTOM = 0 |
the command is user defined More... | |
const short | VERB = 1 |
the command is an OLE verb. More... | |
const short | PLAY = 2 |
the command starts playing on a media object. More... | |
const short | TOGGLEPAUSE = 3 |
the command toggles the pause status on a media object. More... | |
const short | STOP = 4 |
the command stops the animation on a media object More... | |
const short | STOPAUDIO = 5 |
the command stops all currently running sound effects. More... | |
const short CUSTOM = 0 |
the command is user defined
const short PLAY = 2 |
the command starts playing on a media object.
Optional parameters are "MediaTime" of type double that specifies the start time in milliseconds. If not given, play continues at last position known.
const short STOP = 4 |
the command stops the animation on a media object
const short STOPAUDIO = 5 |
the command stops all currently running sound effects.
const short TOGGLEPAUSE = 3 |
the command toggles the pause status on a media object.
const short VERB = 1 |
the command is an OLE verb.
Required parameters are "Verb" of type long that specifies the verb to execute.