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

service AdvancedTextDocument
[ DEPRECATED ]
use TextDocument instead.
Description
An advanced text document is an extension of a hypertext document which can also contain text-frames, foot- and endnotes, and some other advanced contents.

Included Services
HypertextDocument
[ DEPRECATED ]
is an extension of a text document which can also contain tables and certain kinds of embedded objects (e.g., graphics).
Exported Interfaces
XFootnotesSupplier
makes it possible to access the footnotes within the context (e.g. document).
XEndnotesSupplier
makes it possible to access the endnotes within the context (e.g. document).
::com::sun::star::util::XReplaceable
makes it possible to replace strings in a text described by a ::com::sun::star::util::SearchDescriptor .
XPagePrintable
Print several pages on one printer page.
XReferenceMarksSupplier
provides access to the reference marks within this context (i.e. document).
XLineNumberingSupplier
[ DEPRECATED ]
contains the settings of the line numbering in a text document.
XChapterNumberingSupplier
contains the settings of the chapter numbering in a text document.
::com::sun::star::beans::XPropertySet
provides information about and access to the properties from an implementation.
Properties' 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.
Properties' Details
CharLocale
::com::sun::star::lang::Locale CharLocale;
Description
contains the identifier of the default locale of the document.
CharacterCount
[ readonly ] long CharacterCount;
Description
contains the count of all characters in the document.
ParagraphCount
[ readonly ] long ParagraphCount;
Description
contains the count of all paragraphs in the document.
WordCount
[ readonly ] long WordCount;
Description
contains the count of all words in the document.
See also
WordSeparator
WordSeparator
string WordSeparator;
Description
contains a string that consists of characters that mark the separation of words in counting the words in a document.

I.e., slash and backslash. Whitespaces (tab stop, space, paragraph break, or line break) always separate words.

See also
WordCount

 
Top of Page