service TextDocument in module com::sun::star::text:: |
service TextDocument;
A text document is a model component which contains text structured by paragraphs.
Each paragraph and each portion of text can be fitted with some attributes (technically properties).
In addition, all text objects can be searched.
Included Services |
This abstract service specifies a storable and printable document.
Exported Interfaces |
is the main interface of a text document.
enables the object to look for specified contents of the object (in particular, for a text range which contains a specific string pattern).
is supported by objects with data that can be refreshed from a data source.
supplies the collection of NumberFormat s (for example, in a document) and the settings belonging to these formats.
Property Summary |
|
CharLocale | contains the identifier of the default locale of the document. |
CharacterCount | contains the count of all characters in the document. |
ParagraphCount | contains the count of all paragraphs in the document. |
WordCount | contains the count of all words in the document. |
WordSeparator | contains a string that consists of characters that mark the separation of words in counting the words in a document. |
Property Details |
||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.