Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: container ::

interface XEnumerationAccess

Base Interface
com::sun::star::container::XElementAccess

Description
used to enumerate objects in a container which contains objects.


Known Services which Export this Interface

com::sun::star::table::TableCharts represents a collection of all charts based on data in a table.
com::sun::star::table::TableColumns represents a collection of all columns of a table or spreadsheet.
com::sun::star::table::TableRows represents a collection of all rows of a table or spreadsheet.
com::sun::star::form::FormController specifies the view representation of a form.
com::sun::star::form::FormComponents specifies the capabilities of a collection of FormComponents.
com::sun::star::form::control::GridControl describes a table-like control for displaying data.
com::sun::star::form::component::GridControl This service specifies a ControlModel to represent data in a table.
com::sun::star::sdbc::DriverManager is the basic service for managing a set of SDBC drivers.
com::sun::star::sheet::CellFormatRanges provides access to ranges with different formatting.
com::sun::star::sheet::CellAnnotations represents a collection of cell annotations.
com::sun::star::sheet::Cells represents a collection of used cells in a spreadsheet document.
com::sun::star::sheet::SheetCellRanges represents a collection of cell ranges in a spreadsheet document.
com::sun::star::sdbcx::Container describes every container which is used for data definition. Each container must support access to its elements by the element's name or by the element's position.
com::sun::star::ui::ActionTriggerContainer describes a container of user actions.
com::sun::star::packages::PackageFolder The PackageFolder service represents a single folder or directory within a Package. Instances of this service can only be constructed by an implementation of the Package service and not via the service manager.
com::sun::star::sdb::DatabaseAccessContext is the context for data access beans. It allows to register aliases for database access beans. It is possible to have different aliases for different locales.
com::sun::star::sdb::DatabaseContext is the context for accessing datasource.
com::sun::star::sdb::DefinitionContainer describes a container which provides access to database related definitions like commands, forms, and reports.
com::sun::star::text::Text is an independent piece of text which consists of a series of one or more paragraphs.
com::sun::star::text::TextFields This is a collection of TextField instances.
com::sun::star::text::Paragraph is a piece of text which can take its own paragraph-specific attributes (technically, properties).
com::sun::star::frame::DesktopTasks specifies a collection of tasks.
com::sun::star::frame::Components specifies a collection of components.

Methods' Summary

createEnumeration

Methods' Details

createEnumeration
 
com::sun::star::container::XEnumeration
createEnumeration();
Returns
a new enumeration object for this container. It returns NULL if there are no objects in this container.

Top of Page