interface XAutoTextEntry in module com::sun::star::text::

(Global Index)

[ DEPRECATED ]

Syntax

interface XAutoTextEntry : com::sun::star::uno::XInterface ;

Description

identifies an autotext entry.

Method Summary

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

Known Services Which Export this Interface

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

Method Details



applyTo

Syntax

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

Description

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

Top of Page