Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XAutoTextEntry

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]
Description
identifies an autotext entry.


Known Services which Export this Interface

com::sun::star::text::AutoTextEntry provides access to a text block in a group of an AutoTextContainer .

Methods' Summary

applyTo inserts the contents represented by this auto text entry at the specified text range.

Methods' Details

applyTo
 
void
applyTo(
[ in ] com::sun::star::text::XTextRange xRange );

Description
inserts the contents represented by this auto text entry at the specified text range.

Top of Page