このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Interface XDictionary
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: linguistic2 ::

interface XDictionary
Base Interfaces
XDictionary
┗ ::com::sun::星/主役にする::コンテナ::XNamed

::com::sun::星/主役にする::コンテナ::XNamed
(言及/関連d interface's 要約:)
明示するs the 指名する of the 反対する.
Description
This interfaces enables the 反対する to 接近 personal dictionaries.

Personal dictionaries are used to 供給(する) 付加 (警察などへの)密告,告訴(状) for spellchecking and hyphenation (see XDictionaryEntry). Only active dictionaries with an appropriate language are used for that 目的. The 入ること/参加(者)s of an active, 肯定的な dictionary are words that are 要求するd to be 認めるd as 訂正する during the spellchecking 過程. Additionally, they will be used for hyphenation. 入ること/参加(者)s of a 消極的な dictionary are 要求するd to be 認めるd as 消極的な words, for example, words that should not be used, during spellcheck. An 入ること/参加(者) in a 消極的な dictionary may 供給(する) a 提案 for a word to be used instead of the one 存在 used.

See also
com::sun::星/主役にする::linguistic2::XDictionaryEvent, ::com::sun::星/主役にする::コンテナ::XNamed

Methods' 要約
getDictionaryType returns the type of the dictionary.  
setActive 明示するs whether the dictionary should be used or not .  
isActive  
getCount  
getLocale  
setLocale is used to 始める,決める the language of the dictionary.  
getEntry searches for an 入ること/参加(者) that matches the given word.  
addEntry is used to 追加する an 入ること/参加(者) to the dictionary.  
追加する is used to make an 入ること/参加(者) in the dictionary.  
除去する 除去するs an 入ること/参加(者) from the dictionary.  
isFull  
getEntries [ DEPRECATED ]
 
(疑いを)晴らす 除去するs all 入ること/参加(者)s from the dictionary.  
addDictionaryEventListener 追加するs an 入ること/参加(者) to the 名簿(に載せる)/表(にあげる) of dictionary event listeners.  
removeDictionaryEventListener 除去するs an 入ること/参加(者) from the 名簿(に載せる)/表(にあげる) of dictionary event listeners.  
Methods' 詳細(に述べる)s
getDictionaryType
DictionaryType
getDictionaryType();

Description
returns the type of the dictionary.
Returns
the type of the dictionary.
See also
DictionaryType
setActive
無効の
setActive( [in] boolean  bActivate );

Description
明示するs whether the dictionary should be used or not .
Parameter bAcvtivate
true if the dictionary should be used, 誤った さもなければ.
isActive
boolean
isActive();

Returns
true if the dictionary is active, 誤った さもなければ.
getCount
long
getCount();

Returns
the number of 入ること/参加(者)s in the dictionary.
getLocale
::com::sun::星/主役にする::lang::地元の
getLocale();

Returns
the language of the dictionary.
See also
::com::sun::星/主役にする::lang::地元の
setLocale
無効の
setLocale( [in] ::com::sun::星/主役にする::lang::地元の  aLocale );

Description
is used to 始める,決める the language of the dictionary.
Parameter aLocale
the new language of the dictionary.
See also
::com::sun::星/主役にする::lang::地元の
getEntry
XDictionaryEntry
getEntry( [in] string  aWord );

Description
searches for an 入ること/参加(者) that matches the given word.
Returns
the 言及/関連 to the 入ること/参加(者) 設立する. If no 入ること/参加(者) was 設立する, it is NULL.
Parameter aWord
the word to be looked for.
See also
XDictionaryEntry
addEntry
boolean
addEntry( [in] XDictionaryEntry  xDicEntry );

Description
is used to 追加する an 入ること/参加(者) to the dictionary.

If an 入ること/参加(者) already 存在するs, the dictionary remains 不変の and 誤った will be returned.

In 肯定的な dictionaries only postive 入ること/参加(者)s can be made, and in 消極的な ones only 消極的な 入ること/参加(者)s.

Parameter xDicEntry
the 入ること/参加(者) to be 追加するd.
Returns
true if the 入ること/参加(者) was 首尾よく 追加するd 誤った さもなければ.
See also
XDictionaryEntry, DictionaryType
追加する
boolean
追加する( [in] string  aWord,
[in] boolean  bIsNegative,
[in] string  aRplcText );

Description
is used to make an 入ること/参加(者) in the dictionary.

If an 入ること/参加(者) already 存在するs, the dictionary remains 不変の and 誤った will be returned.

In 肯定的な dictionaries only postive 入ること/参加(者)s can be made, and in 消極的な ones only 消極的な 入ること/参加(者)s.

Parameter aWord
the word to be 追加するd.
Parameter bIsNegative
明示するs whether the 入ること/参加(者) will be a 消極的な one or not.
Parameter aRplcText
in the 事例/患者 of a 消極的な 入ること/参加(者), this is the 交替/補充 text to be used when 取って代わるing aWord. さもなければ, it is undefined.
Returns
true if the 入ること/参加(者) was 首尾よく 追加するd, 誤った さもなければ.
See also
DictionaryType
除去する
boolean
除去する( [in] string  aWord );

Description
除去するs an 入ること/参加(者) from the dictionary.
Parameter aWord
the word matching the 入ること/参加(者) to be 除去するd.
Returns
true if the 入ること/参加(者) was 首尾よく 除去するd, 誤った さもなければ (特に if the 入ること/参加(者) was not 設立する).
isFull
boolean
isFull();

Returns
true if the dictionary is 十分な and no その上の 入ること/参加(者) can be made, 誤った さもなければ.
getEntries
sequence< XDictionaryEntry >
getEntries();

Usage 制限s
deprecated
Description

This 機能(する)/行事 should no longer be used since with the 拡大 of the 最大限 number of 許すd 入ること/参加(者)s the result may become 不当な large!

Returns
a sequence with all the 入ること/参加(者)s of the dictionary.
See also
XDictionaryEntry, XSearchableDictionary
(疑いを)晴らす
無効の
(疑いを)晴らす();

Description
除去するs all 入ること/参加(者)s from the dictionary.
addDictionaryEventListener
boolean
addDictionaryEventListener( [in] XDictionaryEventListener  xListener );

Description
追加するs an 入ること/参加(者) to the 名簿(に載せる)/表(にあげる) of dictionary event listeners.

On dictionary events, each 入ること/参加(者) in the listener 名簿(に載せる)/表(にあげる) will be 通知するd 経由で a call to XDictionaryEventListener::processDictionaryEvent.

Parameter xListener
the 入ること/参加(者) to be made, that is, the 反対する that wants notifications.
Returns
true if the 入ること/参加(者) was 首尾よく made, 誤った さもなければ. If ::com::sun::星/主役にする::lang::XEventListener::配置する/処分する/したい気持ちにさせるing was called before, it will always fail.
See also
XDictionary::removeDictionaryEventListener, XDictionaryEventListener
removeDictionaryEventListener
boolean
removeDictionaryEventListener( [in] XDictionaryEventListener  xListener );

Description
除去するs an 入ること/参加(者) from the 名簿(に載せる)/表(にあげる) of dictionary event listeners.
Parameter xListener
the 言及/関連 to the listening 反対する to be 除去するd.
Returns
true if the 反対する to be 除去するd was 設立する and 除去するd, 誤った if the 反対する was not 設立する in the 名簿(に載せる)/表(にあげる).
See also
XDictionary::addDictionaryEventListener, XDictionaryEventListener
最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.