LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
JumpListItem Struct 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...
 

Detailed Description

Specifies an item for com::sun::star::system::windows::XJumpList .

Since
LibreOffice 7.4

Member Data Documentation

◆ arguments

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').

◆ description

string description

Item description, appears as tooltip.

Must not include embedded NULs ('\0').

◆ iconPath

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.

◆ name

string name

Item name.

Appears in the JumpList. Has to be unique per category. Must not include embedded NULs ('\0').


The documentation for this struct was generated from the following file: