LibreOffice
LibreOffice 24.2 SDK API Reference
|
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. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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.