Methods' Details |
open
- Description
- opens the sub document
Note that opening the document means it is displayed in an own top-level frame
on the desktop.
- Returns
- the sub document, usually an ::com::sun::star::frame::XModel,
or an ::com::sun::star::frame::XController if the sub document
does not have an own model.
@raises ::com::sun::star::lang::WrappedTargetException
if an error occurs during opening the document
|
|
openDesign
- Description
- opens the sub document in design mode
- Returns
- the sub document, usually an ::com::sun::star::frame::XModel,
or an ::com::sun::star::frame::XController if the sub document
does not have an own model.
@raises ::com::sun::star::lang::WrappedTargetException
if an error occurs during opening the document
|
|
store
- Description
- stores the sub document, if it had previously been opened in either mode
@raises ::com::sun::star::lang::WrappedTargetException
if an error occurs during storing the document
|
|
close
- Description
- closes the sub document, if it had previously been opened in either mode
- Returns
- true if and only if the document could be closed, false otherwise,
e.g. if the closing has been vetoed by the user.
@raises ::com::sun::star::lang::WrappedTargetException
if an error occurs during closing the document
|
|
Copyright © 2010 Sun Microsystems, Inc.