LibreOffice
LibreOffice 24.2 SDK API Reference
|
This structure contains all the information related to a property. More...
import"PropertyInfo.idl";
Public Attributes | |
string | Name |
The full name of the Property for eg. More... | |
string | Type |
The type of the Property. More... | |
any | Value |
The value of the property. More... | |
boolean | Protected |
Is the property protected, if true the property can not be over written in later layer. More... | |
This structure contains all the information related to a property.
string Name |
The full name of the Property for eg.
org.openoffice.Inet/Settings/ooInetHTTPProxyName
boolean Protected |
Is the property protected, if true the property can not be over written in later layer.
string Type |
The type of the Property.
any Value |
The value of the property.