interface XFrameSetModel in module com::sun::star::frame::

(Global Index)

[ DEPRECATED ]

Syntax

interface XFrameSetModel : com::sun::star::uno::XInterface ;

Description

This is the main interface for model objects.

Method Summary

getSource

setSource

Method Details



getSource

Syntax

string getSource ();

setSource

Syntax

void setSource (
string Source );
Top of Page