Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: awt :: tab ::

interface XTabPageContainerModel
Base Interfaces
XTabPageContainerModel
┣ ::com::sun::star::container::XIndexContainer
┃ ┗ ::com::sun::star::container::XIndexReplace
┃    ┗ ::com::sun::star::container::XIndexAccess
┃       ┗ ::com::sun::star::container::XElementAccess
┗ ::com::sun::star::container::XContainer

::com::sun::star::container::XIndexContainer
(referenced interface's summary:)
This is the generic interface for supporting the insertion and removal of indexed elements.
::com::sun::star::container::XContainer
(referenced interface's summary:)
supports quick access to the information if a container currently contains elements.
Description
specifies an interface for a UnoControlTabPageContainerModel.
Since
OOo 3.4

Methods' Summary
createTabPage creates a TabPageModel which can be inserted into the container.  
loadTabPage creates a TabPageModel which can be inserted into the container, by loading it from a user interface resource file.  
Methods' Details
createTabPage
XTabPageModel
createTabPage( [in] short  TabPageID );

Description
creates a TabPageModel which can be inserted into the container.
Parameter TabPageID
the id of the tab page
loadTabPage
XTabPageModel
loadTabPage( [in] short  TabPageID,
[in] string  ResourceURL );

Description
creates a TabPageModel which can be inserted into the container, by loading it from a user interface resource file.
Parameter TabPageID
the id of the tab page
Parameter ResourceURL
the URL of the user interface resource to load
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.