LibreOffice
LibreOffice 24.2 SDK API Reference
|
handles string representations of property values. More...
import"XStringRepresentation.idl";
Public Member Functions | |
string | convertToControlValue ([in]any PropertyValue) raises ( com::sun::star::uno::Exception ) |
converts a into a string. More... | |
any | convertToPropertyValue ([in]string ControlValue, [in]type ControlValueType) raises ( com::sun::star::uno::Exception ) |
converts a string into an any with the type defined by the target type. More... | |
handles string representations of property values.
string convertToControlValue | ( | [in] any | PropertyValue | ) | |
raises | ( | com::sun::star::uno::Exception | |||
) |
converts a into a string.
PropertyValue | The to-be-converted property value. |
any convertToPropertyValue | ( | [in] string | ControlValue, |
[in] type | ControlValueType | ||
) | |||
raises | ( | com::sun::star::uno::Exception | |
) |
converts a string into an any with the type defined by the target type.
ControlValue | The to-be-converted control value. |
ControlValueType | The target type of the conversion. |