WdBuiltInProperty 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
あらかじめ用意されているドキュメント プロパティを指定します。
public enum class WdBuiltInProperty
[System.Runtime.InteropServices.Guid("B9EDE5B0-50FA-3327-B624-B21F9391AD5B")]
public enum WdBuiltInProperty
type WdBuiltInProperty =
Public Enum WdBuiltInProperty
- 継承
-
WdBuiltInProperty
- 属性
フィールド
名前 | 値 | 説明 |
---|---|---|
wdPropertyTitle | 1 | タイトル |
wdPropertySubject | 2 | 件名。 |
wdPropertyAuthor | 3 | 作成者 |
wdPropertyKeywords | 4 | キーワード。 |
wdPropertyComments | 5 | コメント |
wdPropertyTemplate | 6 | テンプレート名 |
wdPropertyLastAuthor | 7 | 最終作成者 |
wdPropertyRevision | 8 | 改訂番号 |
wdPropertyAppName | 9 | アプリケーションの名前 |
wdPropertyTimeLastPrinted | 10 | 最終印刷日時 |
wdPropertyTimeCreated | 11 | 作成日時 |
wdPropertyTimeLastSaved | 12 | 最終更新日時 |
wdPropertyVBATotalEdit | 13 | VBA プロジェクトの編集数 |
wdPropertyPages | 14 | ページ数 |
wdPropertyWords | 15 | 単語数 |
wdPropertyCharacters | 16 | 文字数 |
wdPropertySecurity | 17 | セキュリティ設定 |
wdPropertyCategory | 18 | 分類 |
wdPropertyFormat | 19 | サポートされていません。 |
wdPropertyManager | 20 | 管理者 |
wdPropertyCompany | 21 | 会社名 |
wdPropertyBytes | 22 | バイト数 |
wdPropertyLines | 23 | 行数 |
wdPropertyParas | 24 | 段落数 |
wdPropertySlides | 25 | サポートされていません。 |
wdPropertyNotes | 26 | メモ |
27 | サポートされていません。 |
|
wdPropertyMMClips | 28 | サポートされていません。 |
wdPropertyHyperlinkBase | 29 | サポートされていません。 |
wdPropertyCharsWSpaces | 30 | 文字数 (スペースを含む) |
注釈
Document オブジェクトまたは Template オブジェクトの BuiltInDocumentProperties コレクションで使用されます。 ほとんどの組み込みドキュメント プロパティは、[ファイル] メニューの [プロパティ] をクリックして、[プロパティ] ダイアログ ボックスで対話的に見つけることができます。