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

struct StringPair
Description
specifies a pair of two strings.

Elements' Summary
First specifies the first of the two strings.  
Second specifies the second of the two strings.  
Elements' Details
First
string First;
Description
specifies the first of the two strings.
Second
string Second;
Description
specifies the second of the two strings.
Top of Page