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

service AutoTextGroup
Description
provides access to text blocks in a group.
See also
AutoTextContainer
Developers Guide
Text - Auto Text

Exported Interfaces - Summary
XAutoTextGroup
(referenced entity's summary:)
The interface provide methods to insert, rename and delete autotext entries from the current autotext group.
::com::sun::star::container::XIndexAccess
(referenced entity's summary:)
provides access to the elements of a collection through an index.
::com::sun::star::container::XNamed

provides access to the name of the group.

Properties' Summary
[ readonly ] string
FilePath
The path to the file containing the AutoTextEntry's in this group  
string
Title
The title of this AutoTextGroup  
Exported Interfaces - Details
XAutoTextGroup
(referenced entity's summary:)
The interface provide methods to insert, rename and delete autotext entries from the current autotext group.
::com::sun::star::container::XIndexAccess
(referenced entity's summary:)
provides access to the elements of a collection through an index.
::com::sun::star::container::XNamed
Description
provides access to the name of the group.
Properties' Details
FilePath
[ readonly ] string FilePath;
Description
The path to the file containing the AutoTextEntry's in this group
Title
string Title;
Description
The title of this AutoTextGroup

 
Top of Page