20module
com { module sun { module star { module inspection {
22interface XPropertyControl;
This interface acts as a container for the loaded graphic.
Definition XGraphic.idl:38
defines the interface for a single control in an ObjectInspector
Definition XPropertyControl.idl:29
Definition Ambiguous.idl:20
describes the appearance of a line representing a single property in an ObjectInspector.
Definition LineDescriptor.idl:42
string PrimaryButtonId
describes a unique id to associate with the primary button
Definition LineDescriptor.idl:80
short IndentLevel
describes the indent level for the property
Definition LineDescriptor.idl:161
string SecondaryButtonImageURL
describes the URL of an image to display on the secondary button, if any.
Definition LineDescriptor.idl:140
string HelpURL
specifies the URL to the help topic to be associated with the property
Definition LineDescriptor.idl:55
string Category
describes the category into which the property should be sorted by the ObjectInspector.
Definition LineDescriptor.idl:176
boolean HasSecondaryButton
determines whether a secondary button exists which can be used for a more complex,...
Definition LineDescriptor.idl:116
boolean HasPrimaryButton
determines whether a button exists which can be used for a more complex, interactive property value i...
Definition LineDescriptor.idl:68
string SecondaryButtonId
describes a unique id to associate with the primary button
Definition LineDescriptor.idl:125
string DisplayName
denotes the human-readable display name used to present a property to the user
Definition LineDescriptor.idl:45
XPropertyControl Control
denotes the control which should be used to represent the property at the UI.
Definition LineDescriptor.idl:51
com::sun::star::graphic::XGraphic PrimaryButtonImage
describes a graphics to display at the primary button, if any.
Definition LineDescriptor.idl:105
string PrimaryButtonImageURL
describes the URL of an image to display on the primary button, if any.
Definition LineDescriptor.idl:95
com::sun::star::graphic::XGraphic SecondaryButtonImage
describes a graphics to display at the secondary button, if any.
Definition LineDescriptor.idl:150