Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: sdb ::
|
| unpublished |
interface XSubDocument |
|
|
|
- Usage Restrictions
- not published
- Description
- allows operating on a sub document of an OfficeDatabaseDocument
- Since
- OOo 3.1
|
| 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
@raises ::com::sun::star::lang::WrappedTargetException
if an error occurs during storing the document
|
| 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.
@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
|
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.