Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
Methods' Summary
open
opens the sub document
openDesign
opens the sub document in design mode
store
stores the sub document, if it had previously been opened in either mode
close
closes the sub document, if it had previously been opened in either mode
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.
Throws
::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.
Throws
::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
Throws
::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.
Throws
::com::sun::star::lang::WrappedTargetException
if an error occurs during closing the document
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.