Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: text ::
|
| deprecated |
service AdvancedTextDocument |
|
|
- Usage Restrictions
- deprecated
- Deprecation Info
- 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 - Summary |
| HypertextDocument |
- (referenced entity's summary:)
- is an extension of a text document which
can also contain tables and certain kinds of embedded objects
(e.g., graphics).
|
| Exported Interfaces - Summary |
| XFootnotesSupplier |
- (referenced entity's summary:)
- makes it possible to access the footnotes within
the context (e.g. document).
|
| XEndnotesSupplier |
- (referenced entity's summary:)
- makes it possible to access the endnotes within the
context (e.g. document).
|
| ::com::sun::star::util::XReplaceable |
- (referenced entity's summary:)
- makes it possible to replace strings in a text described by a
::com::sun::star::util::SearchDescriptor.
|
| XPagePrintable |
- (referenced entity's summary:)
- Print several pages on one printer page.
|
| XReferenceMarksSupplier |
- (referenced entity's summary:)
- provides access to the reference marks within this context (i.e. document).
|
| XLineNumberingSupplier |
- (referenced entity's summary:)
- contains the settings of the line numbering in a text document.
|
| XChapterNumberingSupplier |
- (referenced entity's summary:)
- contains the settings of the chapter numbering in a text
document.
|
| ::com::sun::star::beans::XPropertySet |
- (referenced entity's summary:)
- provides information about and access to the
properties from an implementation.
|
| Properties' Summary |
::com::sun::star::lang::Locale
CharLocale |
contains the identifier of the default locale of the document.
|
[ readonly ] long
CharacterCount |
contains the count of all characters in the document.
|
[ readonly ] long
ParagraphCount |
contains the count of all paragraphs in the document.
|
[ readonly ] long
WordCount |
contains the count of all words in the document. |
string
WordSeparator |
contains a string that consists of characters that mark the
separation of words in counting the words in a document.
|
| Included Services - Details |
HypertextDocument
- (referenced entity's summary:)
- is an extension of a text document which
can also contain tables and certain kinds of embedded objects
(e.g., graphics).
|
|
| Exported Interfaces - Details |
XFootnotesSupplier
- (referenced entity's summary:)
- makes it possible to access the footnotes within
the context (e.g. document).
|
|
XEndnotesSupplier
- (referenced entity's summary:)
- makes it possible to access the endnotes within the
context (e.g. document).
|
|
::com::sun::star::util::XReplaceable
- (referenced entity's summary:)
- makes it possible to replace strings in a text described by a
::com::sun::star::util::SearchDescriptor.
|
|
XPagePrintable
- (referenced entity's summary:)
- Print several pages on one printer page.
|
|
XReferenceMarksSupplier
- (referenced entity's summary:)
- provides access to the reference marks within this context (i.e. document).
|
|
XLineNumberingSupplier
- (referenced entity's summary:)
- contains the settings of the line numbering in a text document.
|
|
XChapterNumberingSupplier
- (referenced entity's summary:)
- contains the settings of the chapter numbering in a text
document.
|
|
::com::sun::star::beans::XPropertySet
- (referenced entity's summary:)
- provides information about and access to the
properties from an implementation.
|
|
| 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
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.