import"XAutoTextContainer2.idl";
|
com::sun::star::text::XAutoTextGroup | insertNewByName ([in] string aGroupName) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::ElementExistException ) |
| creates a new AutoText group. More...
|
|
void | removeByName ([in] string aGroupName) raises ( com::sun::star::container::NoSuchElementException ) |
| deletes the specified AutoText group. More...
|
|
any | getByName ([in] string aName) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ) |
|
sequence< string > | getElementNames () |
|
boolean | hasByName ([in] string aName) |
|
type | getElementType () |
|
boolean | hasElements () |
|
any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object. More...
|
|
void | acquire () |
| increases the reference counter by one. More...
|
|
void | release () |
| decreases the reference counter by one. More...
|
|
long | getCount () |
|
any | getByIndex ([in] long Index) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) |
|
◆ com::sun::star::container::XIndexAccess
◆ com::sun::star::text::XAutoTextContainer
The documentation for this interface was generated from the following file: