:: com :: sun :: star :: resource ::

unpublished interface XStringResourceSupplier
Usage Restrictions
not published
Description
Provides access to a string resource represented by a XStringResourceResolver.

Methods' Summary
getStringResource Provides access to a string resource. Depending on the context the returned object may also support XStringResourceManager or XStringResourcePersistence or XStringResourceWithStorage  
Methods' Details
getStringResource
XStringResourceResolver
getStringResource();

Description
Provides access to a string resource. Depending on the context the returned object may also support XStringResourceManager or XStringResourcePersistence or XStringResourceWithStorage
Returns
an interface XStringResourceResolver
Top of Page