interface XProgressBar in module com::sun::star::awt::

(Global Index)

[ DEPRECATED ]

Syntax

interface XProgressBar : com::sun::star::uno::XInterface ;

Method Summary

setForegroundColor

setBackgroundColor

setRange set free range of progress

setValue

getValue

Known Services Which Export this Interface

com::sun::star::awt::UnoControlProgressBar

Method Details



setForegroundColor

Syntax

oneway void setForegroundColor (
long Color );

setBackgroundColor

Syntax

oneway void setBackgroundColor (
long Color );

setRange

Syntax

oneway void setRange (
long Min,
long Max );

Description

set free range of progress

If "Min" higher then "Max" the method exchange values automaticly!


setValue

Syntax

oneway void setValue (
long Value );

getValue

Syntax

long getValue ();
Top of Page