interface XTextRangeMover in module com::sun::star::text::

(Global Index)

Syntax

interface XTextRangeMover : 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

Method Summary

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

Known Services Which Export this Interface

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

Method Details



moveTextRange

Syntax

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

Description

moves the contents to which xRange refers forward or backward.

Top of Page