LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
RoadmapItem Service Reference

import"RoadmapItem.idl";

Public Attributes

short ID
 The ID uniquely identifies the roadmap item. More...
 
string Label
 The Label of the RoadmapItem does not include its Prefix that is automatically set after the following algorithm: (Index + 1) + ". " + Label. More...
 
boolean Interactive
 When "Interactive" is true the RoadmapItem supports a certain "HyperLabel functionality": Moving the mouse pointer over the RoadmapItem will change it to a Refhand and underline the Label for the time the mouse pointer resides over the RoadmapItem. More...
 
boolean Enabled
 determines whether a control is enabled or disabled. More...
 

Member Data Documentation

◆ Enabled

boolean Enabled
property

determines whether a control is enabled or disabled.

◆ ID

short ID
property

The ID uniquely identifies the roadmap item.

When the RoadmapItem is inserted into the Roadmap via "insertByIndex" the default value of the ID is the first available absolute digit that has not yet been assigned to other existing RoadmapItems.

◆ Interactive

boolean Interactive
property

When "Interactive" is true the RoadmapItem supports a certain "HyperLabel functionality": Moving the mouse pointer over the RoadmapItem will change it to a Refhand and underline the Label for the time the mouse pointer resides over the RoadmapItem.

Clicking with mouse pointer will then notify the Roadmap Container. The property Interactive" is readonly because it is adapted from the container of the RoadmapItem.

◆ Label

string Label
property

The Label of the RoadmapItem does not include its Prefix that is automatically set after the following algorithm: (Index + 1) + ". " + Label.


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