Voorbeelden van het gebruik van Textcursor in het Engels en hun vertalingen in het Nederlands
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Computer
-
Ecclesiastic
-
Official/political
-
Programming
The TextCursor object in OpenOffice.
The corresponding counterparts of the TextCursor object in OpenOffice.
A TextCursor can highlight a complete area.
The following example shows how these can be used in conjunction with a TextCursor.
The TextCursor objects available in OpenOffice.
A program-controlled position change of a TextCursor object has no impact whatsoever on the visible cursor.
inserts this in the current document and opens a TextCursor for the text frame.
For example, the TextCursor in the following example.
In terms of scope of function, the Range object from VBA can be compared with the TextCursor object in OpenOffice.
The example creates a TextCursor as the insertion mark for the text frame.
If the TextCursor contains a highlighted area,
CollapseToEnd() resets the highlighting and positions the TextCursor at the end of the previously highlighted area.
Several TextCursor objects can even be opened for the same document
The formatting properties can be found in each object(Paragraph, TextCursor, and so on)
The area highlighted by the TextCursor therefore begins after the seventh character in the text
Org Basic is performed using the previous procedure with the aid of a TextCursor as well as the createInstance method of the document object.
If a TextCursor contains a highlighted area, then this text is available by means of the String property of the TextCursor object.
Org provides several help objects, such as the TextCursor object, which extend beyond those specified in the first section.
it first creates a TextCursor object which makes reference to the content of the table cell
The following example first moves the TextCursor ten characters to the left
You do, however, have the option of switching to a TextCursor which allows for navigation at the level of characters,
To edit the content of a text frame, the user uses the TextCursor, which has already been mentioned numerous times