Language
The Free and Open Productivity Suite
:: com :: sun :: star :: inspection ::
|
interface XStringRepresentation |
|
- Description
- handles string representations of property values.
- See also
|
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.
- See also
- XPropertyHandler::convertToControlValue
|
|
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.
- See also
- XPropertyHandler::convertToPropertyValue
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.