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

service TextRange
Description
points to a sequence of characters within a Text .

The service provides access to the string content and the properties of this range of text and the TextContent instances which are bound to this text range.

A TextRange is also used for a text portion which is returned by the ::com::sun::star::container::XEnumeration for a single paragraph. Because this is the mechanism to use to export data, all formatting attributes and contents bound to this range have to be available from implementations of this service.

See also
Text

Included Services
::com::sun::star::style::CharacterProperties
This is a set of properties to describe the style of characters.
::com::sun::star::style::CharacterPropertiesAsian
[ OPTIONAL ]
::com::sun::star::style::CharacterPropertiesComplex
[ OPTIONAL ]
::com::sun::star::style::ParagraphProperties
describes the style of paragraphs.
Exported Interfaces
XTextRange
describes the object's position in a text.
::com::sun::star::beans::XPropertySet
provides information about and access to the properties from an implementation.
::com::sun::star::beans::XPropertyState
makes it possible to query information about the state of one or more properties.
::com::sun::star::container::XContentEnumerationAccess
[ OPTIONAL ]

 
Top of Page