struct StringPair in module com::sun::star::beans::

(Global Index)

Syntax

struct StringPair;

Description

specifies a pair of two strings.

Field Summary

First specifies the first of the two strings.

Second specifies the second of the two strings.

Field Details



First

Syntax

string First;

Description

specifies the first of the two strings.


Second

Syntax

string Second;

Description

specifies the second of the two strings.

Top of Page