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

interface XTextRangeMover

Methods' Summary
moveTextRange moves the contents to which xRange refers forward or backward.  
Methods' Details
moveTextRange
void
moveTextRange( [in] XTextRange  xRange,
[in] short  nParagraphs );

Description
moves the contents to which xRange refers forward or backward.
Top of Page