identifies an autotext entry.
Definition XAutoTextEntry.idl:41
The interface provide methods to insert, rename and delete autotext entries from the current autotext...
Definition XAutoTextGroup.idl:27
void renameByName([in] string aElementName, [in] string aNewElementName, [in] string aNewElementTitle)
renames an entry in the autotext group.
sequence< string > getTitles()
returns the titles of all autotext entries.
com::sun::star::text::XAutoTextEntry insertNewByName([in] string aName, [in] string aTitle, [in] com::sun::star::text::XTextRange xTextRange)
creates a new AutoTextEntry entry.
void removeByName([in] string aEntryName)
removes the specified autotext entry.