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

interface XAutoTextContainer
Base Interfaces
XAutoTextContainer
┗ ::com::sun::star::container::XNameAccess
   ┗ ::com::sun::star::container::XElementAccess

::com::sun::star::container::XNameAccess
(referenced interface's summary:)

Methods' Summary
insertNewByName creates a new AutoText group.  
removeByName deletes the specified AutoText group.  
Methods' Details
insertNewByName
XAutoTextGroup
insertNewByName( [in] string  aGroupName )
raises( ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::container::ElementExistException );

Description
creates a new AutoText group.
removeByName
void
removeByName( [in] string  aGroupName )
raises( ::com::sun::star::container::NoSuchElementException );

Description
deletes the specified AutoText group.
Top of Page