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

deprecated interface XAutoTextEntry
Usage Restrictions
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