service AdvancedTextDocument in module com::sun::star::text::

(Global Index)

[ DEPRECATED ]

Syntax

service AdvancedTextDocument;

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

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

Exported Interfaces

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

Description

makes it possible to access the footnotes within the context (e.g. document).


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

Description

makes it possible to access the endnotes within the context (e.g. document).


com::sun::star::util::XReplaceable

Description

makes it possible to replace strings in a text described by a SearchDescriptor .


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

Description

Print several pages on one printer page.


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

Description

provides access to the reference marks within this context (i.e. document).


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

Description

contains the settings of the line numbering in a text document.


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

Description

contains the settings of the chapter numbering in a text document.


com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


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



CharLocale

Syntax

com::sun::star::lang::Locale CharLocale;

Description

contains the identifier of the default locale of the document.


CharacterCount

Syntax

[readonly] long CharacterCount;

Description

contains the count of all characters in the document.


ParagraphCount

Syntax

[readonly] long ParagraphCount;

Description

contains the count of all paragraphs in the document.


WordCount

Syntax

[readonly] long WordCount;

Description

contains the count of all words in the document.

See also

WordSeparator

WordSeparator

Syntax

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