:: com :: sun :: star :: text ::

service TextContentCollection
Description
Objects of this type are collections of text contents of the same type.
See also
Text

Exported Interfaces - Summary
::com::sun::star::container::XNameAccess

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

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

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

Exported Interfaces - Details
::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