Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: text ::
|
| interface XAutoTextGroup |
- Base Interfaces
XAutoTextGroup
┗ ::com::sun::star::container::XNameAccess
┗ ::com::sun::star::container::XElementAccess
| ::com::sun::star::container::XNameAccess |
- (referenced interface's summary:)
- is used to access named objects within a container.
|
|
- Description
- The interface provide methods to insert, rename and delete autotext entries from the current autotext group.
|
| Methods' Summary |
| getTitles |
returns the titles of all autotext entries. The order of the entries
corresponds to the output of the function getElementNames().
|
| renameByName |
renames an entry in the autotext group.
|
| insertNewByName |
creates a new AutoTextEntry entry.
|
| removeByName |
removes the specified autotext entry.
|
| Methods' Details |
getTitles
| sequence< string > |
| getTitles(); |
- Description
- returns the titles of all autotext entries. The order of the entries
corresponds to the output of the function getElementNames().
|
|
renameByName
- Description
- renames an entry in the autotext group.
The position of the autotext entry is not changed.
|
|
| insertNewByName
|
removeByName
- Description
- removes the specified autotext entry.
|
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.