:: com :: sun :: star :: inspection ::
|
unpublished |
interface XStringRepresentation |
|
|
|
- Usage Restrictions
- not published
- 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 type.
- Parameter ControlValue
- The to-be-converted control value.
- Parameter ControlValueType
- The target type of the conversion.
- See also
- XPropertyHandler::convertToPropertyValue
|
|
Top of Page
Copyright © 1995, 2012, 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.