WdContentControlType 列挙型

定義

コンテンツ コントロールの種類を指定します。

public enum class WdContentControlType
[System.Runtime.InteropServices.Guid("D837E0A6-EB0E-3F7F-B8BE-9C0F05401CCD")]
public enum WdContentControlType
type WdContentControlType = 
Public Enum WdContentControlType
継承
WdContentControlType
属性

フィールド

名前 説明
wdContentControlRichText 0

リッチ テキスト コンテンツ コントロールを指定します。

wdContentControlText 1

テキスト コンテンツ コントロールを指定します。

wdContentControlPicture 2

画像コンテンツ コントロールを指定します。

wdContentControlComboBox 3

コンボ ボックス コンテンツ コントロールを指定します。

wdContentControlDropdownList 4

ドロップダウン リスト コンテンツ コントロールを指定します。

wdContentControlBuildingBlockGallery 5

文書パーツ ギャラリーのコンテンツ コントロールを指定します。

wdContentControlDate 6

日付コンテンツ コントロールを指定します。

wdContentControlGroup 7

グループ コンテンツ コントロールを指定します。

wdContentControlCheckBox 8

チェック ボックス コンテンツ コントロールを指定します。

wdContentControlRepeatingSection 9

繰り返しセクションのコンテンツ コントロールを指定します。

注釈

T:Microsoft.Office.Interop を使用します。Word。WdContentControlType 定数を使用して、ContentControls コレクションの Microsoft.Office.Interop.Word.ContentControls.Add メソッドを使用して新しいコンテンツ コントロールを作成するか、既存のコンテンツ コントロールの種類を決定したり、ContentControl オブジェクトの Type プロパティを使用してコンテンツ コントロールを別の種類に変更したりします。

適用対象