Properties' Summary |
::com::sun::star::lang::Locale
CharLocale |
[ OPTIONAL ]
contains the identifier of the default locale of the document.
|
[ readonly ] long
CharacterCount |
[ OPTIONAL ]
contains the count of all characters in the document.
|
[ readonly ] long
ParagraphCount |
[ OPTIONAL ]
contains the count of all paragraphs in the document.
|
[ readonly ] long
WordCount |
[ OPTIONAL ]
contains the count of all words in the document. |
string
WordSeparator |
[ OPTIONAL ]
contains a string that consists of characters that mark the
separation of words in counting the words in a document.
|
string
IndexAutoMarkFileURL |
[ OPTIONAL ]
specifies the concordance file taken into account when
* creating an index.
*
* When no concordance file should be used the string is empty.
* Used for text documents only.
*
* |
boolean
RecordChanges |
[ OPTIONAL ]
specifies if change recording is active.
*
* |
short
TwoDigitYear |
[ OPTIONAL ]
specifies the first 4 digit year to be used when years
* are given in 2 digits.
*
* Example: if set to 1930
* Oct-12-29 will be interpreted as Oct-12-2029
* Oct-12-30 will be interpreted as Oct-12-1930
* Oct-12-02 will be interpreted as Oct-12-2002
*
* |
Properties' Details |
CharLocale
::com::sun::star::lang::Locale CharLocale;
- Usage Restrictions
- optional
- Description
- contains the identifier of the default locale of the document.
|
|
CharacterCount
[ readonly ] long CharacterCount;
- Usage Restrictions
- optional
- Description
- contains the count of all characters in the document.
|
|
ParagraphCount
[ readonly ] long ParagraphCount;
- Usage Restrictions
- optional
- Description
- contains the count of all paragraphs in the document.
|
|
WordCount
[ readonly ] long WordCount;
- Usage Restrictions
- optional
- Description
- contains the count of all words in the document.
|
|
WordSeparator
string WordSeparator;
- Usage Restrictions
- optional
- 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, line break) always separate
words.
|
|
IndexAutoMarkFileURL
string IndexAutoMarkFileURL;
- Usage Restrictions
- optional
- Description
- specifies the concordance file taken into account when
* creating an index.
*
* When no concordance file should be used the string is empty.
* Used for text documents only.
*
*
|
|
RecordChanges
boolean RecordChanges;
- Usage Restrictions
- optional
- Description
- specifies if change recording is active.
*
*
|
|
TwoDigitYear
short TwoDigitYear;
- Usage Restrictions
- optional
- Description
- specifies the first 4 digit year to be used when years
* are given in 2 digits.
*
* Example: if set to 1930
* Oct-12-29 will be interpreted as Oct-12-2029
* Oct-12-30 will be interpreted as Oct-12-1930
* Oct-12-02 will be interpreted as Oct-12-2002
*
*
|
|
Copyright © 2010 Sun Microsystems, Inc.