Word.Interfaces.CustomXmlNodeCollectionLoadOptions interface
Word のコレクションが含まれています。ドキュメント内の XML ノードを表す CustomXmlNode オブジェクト。
プロパティ
| $all | 読み込みオプションに |
| base |
For each ITEM in the collection: 名前空間プレフィックスを含まないノードのベース名を取得します (存在する場合)。 |
| first |
For each ITEM in the collection: 現在のノードの最初の子要素に対応する |
| last |
For each ITEM in the collection: 現在のノードの最後の子要素に対応する |
| namespace |
For each ITEM in the collection: ノードの名前空間の一意のアドレス識別子を取得します。 |
| next |
For each ITEM in the collection: 現在のノードの次の兄弟ノード (要素、コメント、または処理命令) を取得します。 ノードがそのレベルの最後の兄弟である場合、プロパティは |
| node |
For each ITEM in the collection: 現在のノードの型を取得します。 |
| node |
For each ITEM in the collection: 現在のノードの値を指定します。 |
| owner |
For each ITEM in the collection: このノードに関連付けられているパーツを表すオブジェクトを取得します。 |
| parent |
For each ITEM in the collection: 現在のノードの親要素ノードを取得します。 現在のノードがルート レベルにある場合、プロパティは |
| previous |
For each ITEM in the collection: 現在のノードの前の兄弟ノード (要素、コメント、または処理命令) を取得します。 現在のノードがそのレベルの最初の兄弟の場合、プロパティは |
| text | For each ITEM in the collection: 現在のノードのテキストを指定します。 |
| xml | For each ITEM in the collection: 現在のノードとその子の XML 表現を取得します。 |
| xpath | コレクション内の各アイテムの場合: 現在のノードの正規化された XPath を含む文字列を取得します。 ノードがドキュメント オブジェクト モデル (DOM) 内で不要になった場合は、エラー メッセージを返します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
baseName
For each ITEM in the collection: 名前空間プレフィックスを含まないノードのベース名を取得します (存在する場合)。
baseName?: boolean;
プロパティ値
boolean
注釈
firstChild
For each ITEM in the collection: 現在のノードの最初の子要素に対応する CustomXmlNode オブジェクトを取得します。 ノードに子要素がない場合 (または CustomXmlNodeType.element 型でない場合)、Nothing が返されます。
firstChild?: Word.Interfaces.CustomXmlNodeLoadOptions;
プロパティ値
注釈
lastChild
For each ITEM in the collection: 現在のノードの最後の子要素に対応する CustomXmlNode オブジェクトを取得します。 ノードに子要素がない場合 (または CustomXmlNodeType.element 型でない場合)、プロパティは Nothing を返します。
lastChild?: Word.Interfaces.CustomXmlNodeLoadOptions;
プロパティ値
注釈
namespaceUri
For each ITEM in the collection: ノードの名前空間の一意のアドレス識別子を取得します。
namespaceUri?: boolean;
プロパティ値
boolean
注釈
nextSibling
For each ITEM in the collection: 現在のノードの次の兄弟ノード (要素、コメント、または処理命令) を取得します。 ノードがそのレベルの最後の兄弟である場合、プロパティは Nothing を返します。
nextSibling?: Word.Interfaces.CustomXmlNodeLoadOptions;
プロパティ値
注釈
nodeType
For each ITEM in the collection: 現在のノードの型を取得します。
nodeType?: boolean;
プロパティ値
boolean
注釈
nodeValue
For each ITEM in the collection: 現在のノードの値を指定します。
nodeValue?: boolean;
プロパティ値
boolean
注釈
ownerPart
For each ITEM in the collection: このノードに関連付けられているパーツを表すオブジェクトを取得します。
ownerPart?: Word.Interfaces.CustomXmlPartLoadOptions;
プロパティ値
注釈
parentNode
For each ITEM in the collection: 現在のノードの親要素ノードを取得します。 現在のノードがルート レベルにある場合、プロパティは Nothing を返します。
parentNode?: Word.Interfaces.CustomXmlNodeLoadOptions;
プロパティ値
注釈
previousSibling
For each ITEM in the collection: 現在のノードの前の兄弟ノード (要素、コメント、または処理命令) を取得します。 現在のノードがそのレベルの最初の兄弟の場合、プロパティは Nothing を返します。
previousSibling?: Word.Interfaces.CustomXmlNodeLoadOptions;
プロパティ値
注釈
text
For each ITEM in the collection: 現在のノードのテキストを指定します。
text?: boolean;
プロパティ値
boolean
注釈
xml
For each ITEM in the collection: 現在のノードとその子の XML 表現を取得します。
xml?: boolean;
プロパティ値
boolean
注釈
xpath
コレクション内の各アイテムの場合: 現在のノードの正規化された XPath を含む文字列を取得します。 ノードがドキュメント オブジェクト モデル (DOM) 内で不要になった場合は、エラー メッセージを返します。
xpath?: boolean;
プロパティ値
boolean