function GetAttachmentStringValue(Index: Integer; const Key: WString): WString;
| Index | Integer. Zero-based index of the document-level attachment. |
| Key | WString. Name of the file-specification dictionary entry. |
| Result | WString. The stored value, or an empty string when the key is absent or holds no text. |
プロデューサーが埋め込みファイルと共に保存したプライベートメタデータ(ソースパス、コンテンツハッシュ、ワークフローマーカー)を、生のドキュメント構造を経由せずに読み取ります
空の結果は「キーがない」と「空の値」の両方をカバーします。違いが重要な場合は AttachmentHasKey を使用します
標準エントリには専用のプロパティがあります。AttachmentName、AttachmentType、AttachmentDescription です