Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTextRangeMover

Base Interface
com::sun::star::uno::XInterface

Description
makes it possible to move a text range (e.g. a paragraph by itself) within this text.

The movement is specified by the number of paragraphs within the order of paragraphs.

See also
Text


Known Services which Export this Interface

com::sun::star::text::Text is an independent piece of text which consists of a series of one or more paragraphs.

Methods' Summary

moveTextRange moves the contents to which xRange refers forward or backward.

Methods' Details

moveTextRange
 
void
moveTextRange(
[ in ] com::sun::star::text::XTextRange xRange,
[ in ] short nParagraphs );

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

Top of Page