22 module
com { module sun { module star { module awt {
gives access to the value and settings of a progress bar.
Definition XProgressBar.idl:28
long getValue()
returns the current progress value of the progress bar.
void setRange([in] long Min, [in] long Max)
sets the minimum and the maximum progress value of the progress bar.
void setBackgroundColor([in] com::sun::star::util::Color Color)
sets the background color (RGB) of the control.
void setForegroundColor([in] com::sun::star::util::Color Color)
sets the foreground color (RGB) of the control.
void setValue([in] long Value)
sets the progress value of the progress bar.
base interface of all UNO interfaces
Definition XInterface.idl:46
long Color
describes an RGB color value with an optional alpha channel.
Definition Color.idl:34
Definition Ambiguous.idl:20