LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
PropertyCategoryDescriptor Struct Reference

describes a category of properties More...

import"PropertyCategoryDescriptor.idl";

Public Attributes

string ProgrammaticName
 contains the programmatic name of the category. More...
 
string UIName
 provides a human-readable name (which can be presented at the UI) for a category. More...
 
string HelpURL
 provides a help URL to be associated with a category More...
 

Detailed Description

describes a category of properties

See also
ObjectInspector
XObjectInspectorModel::describeCategory
LineDescriptor::Category
Since
OOo 2.0.3

Member Data Documentation

◆ HelpURL

string HelpURL

provides a help URL to be associated with a category

◆ ProgrammaticName

string ProgrammaticName

contains the programmatic name of the category.

This programmatic name is used internally: XPropertyHandler::describePropertyLine() sets a programmatic category name at LineDescriptor::Category, and an object inspector uses this to find the proper PropertyCategoryDescriptor.

◆ UIName

string UIName

provides a human-readable name (which can be presented at the UI) for a category.


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