interface XNumericField in module com::sun::star::awt:: |
interface XNumericField : com::sun::star::uno::XInterface ;
makes it possible to access the value and formatting of this numeric field.
Method Summary |
|
setValue | sets the value to display in the currency field. |
getValue | |
setMin | sets the minimum value to accept by the user. |
getMin | |
setMax | sets the maximum value to accept by the user. |
getMax | |
setFirst | sets the first value to set on 'Pos1' key. |
getFirst | |
setLast | sets the last value to set on 'End' key. |
getLast | |
setSpinSize | sets the increment value for the spin buttons. |
getSpinSize | |
setDecimalDigits | sets the number of decimals. |
getDecimalDigits | |
setStrictFormat | determines if the format is checked even during editing. |
isStrictFormat | |
Known Services Which Export this Interface |
Method Details |
|||||||||||||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.