:: com :: sun :: star :: frame ::

interface XFrameSetModel
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XFrameSetModel
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
deprecated
Description
use ::com::sun::star::frame::XModel instead of this

Methods' Summary
getSource -  
setSource -  
Methods' Details
getSource
string
getSource();

Description
-
setSource
void
setSource( [in] string  Source );

Description
-
Top of Page