makes it possible to move a text range (e.g. More...
import "XTextRangeMover.idl";
 
  
| Public Member Functions | |
| void | moveTextRange ([in] com::sun::star::text::XTextRange xRange, [in] short nParagraphs) | 
| moves the contents to which xRange refers forward or backward. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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.
| void moveTextRange | ( | [in] com::sun::star::text::XTextRange | xRange, | 
| [in] short | nParagraphs ) | 
moves the contents to which xRange refers forward or backward.