:: com :: sun :: star :: inspection ::
|
unpublished |
interface XStringRepresentation |
|
|
|
- Description
- handles string representations of property values.
|
Methods' Details |
convertToControlValue
string |
convertToControlValue( |
[in] any |
PropertyValue ) |
raises( |
::com::sun::star::uno::Exception ); |
- Description
- converts a into a string.
- Parameter PropertyValue
- The to-be-converted property value.
- Returns
- The converted string representation of the property value.
|
|
convertToPropertyValue
any |
convertToPropertyValue( |
[in] string |
ControlValue, |
| [in] type |
ControlValueType ) |
raises( |
::com::sun::star::uno::Exception ); |
- Description
- converts a string into an any with the type defined by the target tpye.
- Parameter ControlValue
- The to-be-converted control value.
- Parameter ControlValueType
- The target type of the conversion.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.