Methods' Details |
setForegroundColor
[oneway] void |
setForegroundColor( |
[in] ::com::sun::star::util::Color |
Color ); |
- Description
- sets the foreground color (RGB) of the control.
|
|
setBackgroundColor
[oneway] void |
setBackgroundColor( |
[in] ::com::sun::star::util::Color |
Color ); |
- Description
- sets the background color (RGB) of the control.
|
|
setRange
[oneway] void |
setRange( |
[in] long |
Min, |
| [in] long |
Max ); |
- Description
- sets the minimum and the maximum progress value of the progress bar.
If the minimum value is greater than the maximum value, the method
exchanges the values automatically.
|
|
setValue
[oneway] void |
setValue( |
[in] long |
Value ); |
- Description
- sets the progress value of the progress bar.
|
|
getValue
- Description
- returns the current progress value of the progress bar.
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.