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

specifies a property value. More...

import"PropertyValue.idl";

Inheritance diagram for PropertyValue:
PropertyValueInfo

Public Attributes

string Name
 specifies the name of the property. More...
 
long Handle
 contains an implementation-specific handle for the property. More...
 
any Value
 contains the value of the property or VOID, if no value is available. More...
 
com::sun::star::beans::PropertyState State
 determines if the value comes from the object itself or from a default and if the value cannot be determined exactly. More...
 

Detailed Description

specifies a property value.

Member Data Documentation

◆ Handle

long Handle

contains an implementation-specific handle for the property.

It may be -1 if the implementation has no handle. If available it can be used for fast lookups.

◆ Name

string Name

specifies the name of the property.

The name is unique within a sequence of PropertyValues. Upper and lower case are distinguished.

◆ State

determines if the value comes from the object itself or from a default and if the value cannot be determined exactly.

◆ Value

any Value

contains the value of the property or VOID, if no value is available.


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