TtsControlInsertListItem メソッド |
リスト形式の選択位置に行を挿入します。
名前空間:
AI.Talk.Editor.Api
アセンブリ:
AI.Talk.Editor.Api (in AI.Talk.Editor.Api.dll) バージョン: 1.3.2.0 (1.3.2.0)
構文 public void InsertListItem(
string voicePresetName,
string text
)
Public Sub InsertListItem (
voicePresetName As String,
text As String
)
public:
virtual void InsertListItem(
String^ voicePresetName,
String^ text
) sealed
abstract InsertListItem :
voicePresetName : string *
text : string -> unit
override InsertListItem :
voicePresetName : string *
text : string -> unit
パラメーター
- voicePresetName
- 型: SystemString
ボイスプリセット名 - text
- 型: SystemString
テキスト
解説
単一行が選択されている場合のみ実行可能です。
関連項目