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

翻訳前ページへ


Interface XAddIn
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XAddIn
Base Interfaces
XAddIn
┗ ::com::sun::星/主役にする::lang::XLocalizable

::com::sun::星/主役にする::lang::XLocalizable
(言及/関連d interface's 要約:)
makes it possible to 始める,決める a ::com::sun::星/主役にする::lang::地元の to be used by the 反対する.
Description
gives 接近 to 機能(する)/行事 descriptions and 使用者-明白な 指名するs.

Methods' 要約
getProgrammaticFuntionName returns the 内部の 機能(する)/行事 指名する for an 使用者-明白な 指名する.  
getDisplayFunctionName returns the 使用者-明白な 機能(する)/行事 指名する for an 内部の 指名する.  
getFunctionDescription returns the description of a 機能(する)/行事.  
getDisplayArgumentName returns the 使用者-明白な 指名する of the 明示するd argument.  
getArgumentDescription returns the description of the 明示するd argument.  
getProgrammaticCategoryName returns the programmatic 指名する of the 部類 the 機能(する)/行事 belongs to.  
getDisplayCategoryName returns the 使用者-明白な 指名する of the 部類 the 機能(する)/行事 belongs to.  
Methods' 詳細(に述べる)s
getProgrammaticFuntionName
string
getProgrammaticFuntionName( [in] string  aDisplayName );

Description
returns the 内部の 機能(する)/行事 指名する for an 使用者-明白な 指名する.

The 使用者-明白な 指名する of a 機能(する)/行事 is the 指名する shown to the 使用者. It may be translated to the 現在の language of the AddIn, so it is never 蓄える/店d in とじ込み/提出するs. It should be a 選び出す/独身 word and is used when entering or 陳列する,発揮するing 決まり文句/製法s.

Attention: The method 指名する 含む/封じ込めるs a (一定の)期間ing error. 予定 to compatibility 推論する/理由s the 指名する cannot be changed.

Parameter aDisplayName
the 使用者-明白な 指名する of a 機能(する)/行事.
Returns
the exact 指名する of the method within its interface.
getDisplayFunctionName
string
getDisplayFunctionName( [in] string  aProgrammaticName );

Description
returns the 使用者-明白な 機能(する)/行事 指名する for an 内部の 指名する.

The 使用者-明白な 指名する of a 機能(する)/行事 is the 指名する shown to the 使用者. It may be translated to the 現在の language of the AddIn, so it is never 蓄える/店d in とじ込み/提出するs. It should be a 選び出す/独身 word and is used when entering or 陳列する,発揮するing 決まり文句/製法s.

Parameter aProgrammaticName
is the exact 指名する of a method within its interface.
Returns
the 使用者-明白な 指名する of the 明示するd 機能(する)/行事.
getFunctionDescription
string
getFunctionDescription( [in] string  aProgrammaticName );

Description
returns the description of a 機能(する)/行事.

The description is shown to the 使用者 when selecting 機能(する)/行事s. It may be translated to the 現在の language of the AddIn.

Parameter aProgrammaticName
is the exact 指名する of a method within its interface.
Returns
the description of the 明示するd 機能(する)/行事.
getDisplayArgumentName
string
getDisplayArgumentName( [in] string  aProgrammaticFunctionName,
[in] long  nArgument );

Description
returns the 使用者-明白な 指名する of the 明示するd argument.

The argument 指名する is shown to the 使用者 when 誘発するing for arguments. It should be a 選び出す/独身 word and may be translated to the 現在の language of the AddIn.

Parameter aProgrammaticFunctionName
is the exact 指名する of a method within its interface.
Parameter nArgument
the 索引 of the argument (0-based).
Returns
the 使用者-明白な 指名する of the 明示するd argument.
getArgumentDescription
string
getArgumentDescription( [in] string  aProgrammaticFunctionName,
[in] long  nArgument );

Description
returns the description of the 明示するd argument.

The argument description is shown to the 使用者 when 誘発するing for arguments. It may be translated to the 現在の language of the AddIn.

Parameter aProgrammaticFunctionName
is the exact 指名する of a method within its interface.
Parameter nArgument
the 索引 of the argument (0-based).
Returns
the description of the 明示するd argument.
getProgrammaticCategoryName
string
getProgrammaticCategoryName( [in] string  aProgrammaticFunctionName );

Description
returns the programmatic 指名する of the 部類 the 機能(する)/行事 belongs to.

The 部類 指名する is used to group 類似の 機能(する)/行事s together. The programmatic 部類 指名する should always be in English, it is never shown to the 使用者. It should be one of the に引き続いて 指名するs if the 機能(する)/行事 落ちるs into the corresponding 部類.

Database
for 機能(する)/行事s that operate with data 組織するd in tabular form like databases.
Date&Time
for 機能(する)/行事s that を取り引きする date or time values.
財政上の
for 機能(する)/行事s that solve 財政上の problems.
(警察などへの)密告,告訴(状)
for 機能(する)/行事s that 供給する (警察などへの)密告,告訴(状) about 独房s.
論理(学)の
for 機能(する)/行事s that を取り引きする 論理(学)の 表現s.
Mathematical
for mathematical 機能(する)/行事s.
Matrix
for matrix 機能(する)/行事s.
統計に基づく
for 統計に基づく 機能(する)/行事s.
Spreadsheet
for 機能(する)/行事s that を取り引きする 独房 範囲s.
Text
for 機能(する)/行事s that を取り引きする text strings.
追加する-In
for 付加 機能(する)/行事s.
Parameter aProgrammaticFunctionName
is the exact 指名する of a method within its interface.
Returns
the 部類 指名する the 明示するd 機能(する)/行事 belongs to.
getDisplayCategoryName
string
getDisplayCategoryName( [in] string  aProgrammaticFunctionName );

Description
returns the 使用者-明白な 指名する of the 部類 the 機能(する)/行事 belongs to.

This is used when 部類 指名するs are shown to the 使用者.

Parameter aProgrammaticFunctionName
is the exact 指名する of a method within its interface.
Returns
the 使用者-明白な 部類 指名する the 明示するd 機能(する)/行事 belongs to.
最高の,を越す 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.