LibreOffice
LibreOffice 24.2 SDK API Reference
|
Specifies an item for com::sun::star::system::windows::XJumpList . More...
import"JumpListItem.idl";
Public Attributes | |
string | name |
Item name. More... | |
string | description |
Item description, appears as tooltip. More... | |
string | arguments |
Arguments to be passed to LibreOffice. More... | |
string | iconPath |
Icon to be displayed along the name. More... | |
Specifies an item for com::sun::star::system::windows::XJumpList .
string arguments |
Arguments to be passed to LibreOffice.
This can be a file to be loaded, or any command line parameter supported by LibreOffice, and any combination of the two. Add multiple arguments separated by space. Must not include embedded NULs ('\0').
string description |
Item description, appears as tooltip.
Must not include embedded NULs ('\0').
string iconPath |
Icon to be displayed along the name.
Must be a local path name like C:\\path\\to\\icon.ico
. Icon must be in ICO format.
string name |
Item name.
Appears in the JumpList. Has to be unique per category. Must not include embedded NULs ('\0').