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

interface XAutoTextEntry
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XAutoTextEntry
[ DEPRECATED ]
Description
identifies an autotext entry.

Methods' Summary
applyTo inserts the contents represented by this auto text entry at the specified text range.
Methods' Details
applyTo
void
applyTo(
 
[in] XTextRange
 
xRange );

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