Word.Interfaces.FieldData interface
field.toJSON()
を呼び出すことによって返されるデータを記述するインターフェイス。
プロパティ
code | フィールドのコード命令を指定します。 |
data | "Addin" フィールドにデータを指定します。 フィールドが "Addin" フィールドでない場合は、 |
kind | フィールドの種類を取得します。 |
locked | フィールドがロックされているかどうかを指定します。
|
result | フィールドの結果データを取得します。 |
type | フィールドの型を取得します。 |
プロパティの詳細
code
フィールドのコード命令を指定します。
code?: string;
プロパティ値
string
注釈
注: コードを設定する機能は、WordApi 1.5 で導入されました。
data
"Addin" フィールドにデータを指定します。 フィールドが "Addin" フィールドでない場合は、 null
され、コードで設定しようとすると一般的な例外がスローされます。
data?: string;
プロパティ値
string
注釈
kind
フィールドの種類を取得します。
kind?: Word.FieldKind | "None" | "Hot" | "Warm" | "Cold";
プロパティ値
Word.FieldKind | "None" | "Hot" | "Warm" | "Cold"
注釈
locked
フィールドがロックされているかどうかを指定します。
true
フィールドがロックされている場合は、それ以外の場合 false
。
locked?: boolean;
プロパティ値
boolean
注釈
result
フィールドの結果データを取得します。
result?: Word.Interfaces.RangeData;
プロパティ値
注釈
type
フィールドの型を取得します。
type?: Word.FieldType | "Addin" | "AddressBlock" | "Advance" | "Ask" | "Author" | "AutoText" | "AutoTextList" | "BarCode" | "Bibliography" | "BidiOutline" | "Citation" | "Comments" | "Compare" | "CreateDate" | "Data" | "Database" | "Date" | "DisplayBarcode" | "DocProperty" | "DocVariable" | "EditTime" | "Embedded" | "EQ" | "Expression" | "FileName" | "FileSize" | "FillIn" | "FormCheckbox" | "FormDropdown" | "FormText" | "GotoButton" | "GreetingLine" | "Hyperlink" | "If" | "Import" | "Include" | "IncludePicture" | "IncludeText" | "Index" | "Info" | "Keywords" | "LastSavedBy" | "Link" | "ListNum" | "MacroButton" | "MergeBarcode" | "MergeField" | "MergeRec" | "MergeSeq" | "Next" | "NextIf" | "NoteRef" | "NumChars" | "NumPages" | "NumWords" | "OCX" | "Page" | "PageRef" | "Print" | "PrintDate" | "Private" | "Quote" | "RD" | "Ref" | "RevNum" | "SaveDate" | "Section" | "SectionPages" | "Seq" | "Set" | "Shape" | "SkipIf" | "StyleRef" | "Subject" | "Subscriber" | "Symbol" | "TA" | "TC" | "Template" | "Time" | "Title" | "TOA" | "TOC" | "UserAddress" | "UserInitials" | "UserName" | "XE" | "Empty" | "Others" | "Undefined";
プロパティ値
Word.FieldType | "Addin" | "AddressBlock" | "Advance" | "Ask" | "Author" | "AutoText" | "AutoTextList" | "BarCode" | "Bibliography" | "BidiOutline" | "Citation" | "Comments" | "Compare" | "CreateDate" | "Data" | "Database" | "Date" | "DisplayBarcode" | "DocProperty" | "DocVariable" | "EditTime" | "Embedded" | "EQ" | "Expression" | "FileName" | "FileSize" | "FillIn" | "FormCheckbox" | "FormDropdown" | "FormText" | "GotoButton" | "GreetingLine" | "Hyperlink" | "If" | "Import" | "Include" | "IncludePicture" | "IncludeText" | "Index" | "Info" | "Keywords" | "LastSavedBy" | "Link" | "ListNum" | "MacroButton" | "MergeBarcode" | "MergeField" | "MergeRec" | "MergeSeq" | "Next" | "NextIf" | "NoteRef" | "NumChars" | "NumPages" | "NumWords" | "OCX" | "Page" | "PageRef" | "Print" | "PrintDate" | "Private" | "Quote" | "RD" | "Ref" | "RevNum" | "SaveDate" | "Section" | "SectionPages" | "Seq" | "Set" | "Shape" | "SkipIf" | "StyleRef" | "Subject" | "Subscriber" | "Symbol" | "TA" | "TC" | "Template" | "Time" | "Title" | "TOA" | "TOC" | "UserAddress" | "UserInitials" | "UserName" | "XE" | "Empty" | "Others" | "Undefined"
注釈
Office Add-ins