:: com :: sun :: star :: beans ::

struct NamedValue
Description
specifies a pair assembled from a name and a value.

Elements' Summary
Name specifies the name part of the pair  
Value specifies the value part of the pair.  
Elements' Details
Name
string Name;
Description
specifies the name part of the pair
Value
any Value;
Description
specifies the value part of the pair.
Top of Page