:: com :: sun :: star :: text ::
|
interface XTextRange |
- Base Interfaces
::com::sun::star::uno::XInterface
|
+--XTextRange
::com::sun::star::uno::XInterface |
- (referenced interface's summary:)
- base interface of all UNO interfaces
|
|
- Description
- describes the object's position in a text.
It represents a text range. The beginning and end of the range may
be identical.
|
Methods' Details |
getText
- Returns
-
the text interface in which the text position is contained.
|
|
getStart
- Returns
-
a text range which contains only the start of this text range.
|
|
getEnd
- Returns
-
a text range which contains only the end of this text range.
|
|
getString
- Returns
-
the string that is included in this text range.
|
|
setString
[oneway] void |
setString( |
[in] string |
aString ); |
- Description
- the whole string of characters of this piece of text is replaced.
All styles are removed when applying this method.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.