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

interface XTextCopy
Description
enables a text object to copy attributed text from another text object.

Methods' Summary
copyText copies the content from another text object.  
Methods' Details
copyText
void
copyText( [in] XTextCopy  xSource );

Description
copies the content from another text object.
Parameter xSource
specifies the source text object.
Top of Page