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

deprecated interface XAutoTextEntry
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] ::com::sun::star::text::XTextRange  xRange );

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