LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
CommandInfo Struct Referencepublished

describes a command. More...

import"CommandInfo.idl";

Public Attributes

string Name
 contains the name of a command. More...
 
long Handle
 contains an implementation specific handle for the command. More...
 
type ArgType
 contains the type of the command's argument. More...
 

Detailed Description

describes a command.

See also
XCommandProcessor

Member Data Documentation

◆ ArgType

type ArgType

contains the type of the command's argument.

◆ Handle

long Handle

contains an implementation specific handle for the command.

It may be -1 if the implementation has no handle.

◆ Name

string Name

contains the name of a command.


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