Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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 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
Description
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
Description
describes the style of paragraphs.

Exported Interfaces

com::sun::star::text::XTextRange
Description
describes the object's position in a text.
com::sun::star::beans::XPropertySet
Description
provides information about and access to the properties from an implementation.
com::sun::star::beans::XPropertyState
Description
makes it possible to query information about the state of one or more properties.
com::sun::star::container::XContentEnumerationAccess
[ OPTIONAL ]

Top of Page