:: com :: sun :: star :: drawing :: framework ::

unpublished service Configuration
Supported Interface
XConfiguration
Usage Restrictions
not published
Description
This service provides the means for constructing new configurations.

Most likely use is the restoreConfiguration() method.

See also
XConfiguration
for a description of the configuration.


Constructors' Summary
create Create an empty configuration.  
Constructors' Details
create
create();

Description
Create an empty configuration.

This should not be necessary very often. Changes to an existing configuration are more likely.


 
Top of Page