service TextContentCollection in module com::sun::star::text::

(Global Index)

Syntax

service TextContentCollection;

Description

Objects of this type are collections of text contents of the same type.

See also

Text

Exported Interfaces

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

Description

Each text content is accessible by its name, which is unique within the collection.


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

Description

The insertion and removal of text contents of this type are broadcasted via this interface.


Top of Page