|
Syntax
- sequence< string > getTitles
();
Description
returns the titles of all autotext entries. The order of the entries
corresponds to the output of the function getElementNames().
Syntax
- void renameByName
(
- string aElementName,
- string aNewElementName,
- string aNewElementTitle )
- raises ( com::sun::star::lang::IllegalArgumentException , com::sun::star::container::ElementExistException , com::sun::star::io::IOException );
Description
renames an entry in the autotext group.
The position of the autotext entry is not changed.
Syntax
- com::sun::star::text::XAutoTextEntry insertNewByName
(
- string aName,
- string aTitle,
- com::sun::star::text::XTextRange xTextRange )
- raises ( com::sun::star::container::ElementExistException );
Description
creates a new AutoTextEntry entry.
Syntax
- void removeByName
(
- string aEntryName )
- raises ( com::sun::star::container::NoSuchElementException );
Description
removes the specified autotext entry.
|