:: com :: sun :: star :: uno ::

interface XCurrentContext

Methods' Summary
getValueByName Gets a value from the context.  
Methods' Details
getValueByName
any
getValueByName( [in] string  Name );

Description
Gets a value from the context.
Parameter Name
name of value
Returns
value
Top of Page