Share via


WdBuiltInProperty 列挙型

定義

あらかじめ用意されているドキュメント プロパティを指定します。

public enum class WdBuiltInProperty
[System.Runtime.InteropServices.Guid("B9EDE5B0-50FA-3327-B624-B21F9391AD5B")]
public enum WdBuiltInProperty
type WdBuiltInProperty = 
Public Enum WdBuiltInProperty
継承
WdBuiltInProperty
属性

フィールド

wdPropertyAppName 9

アプリケーションの名前

wdPropertyAuthor 3

作成者

wdPropertyBytes 22

バイト数

wdPropertyCategory 18

分類

wdPropertyCharacters 16

文字数

wdPropertyCharsWSpaces 30

文字数 (スペースを含む)

wdPropertyComments 5

コメント

wdPropertyCompany 21

会社名

wdPropertyFormat 19

サポートされていません。

wdPropertyHiddenSlides 27

サポートされていません。

wdPropertyHyperlinkBase 29

サポートされていません。

wdPropertyKeywords 4

キーワード。

wdPropertyLastAuthor 7

最終作成者

wdPropertyLines 23

行数

wdPropertyManager 20

管理者

wdPropertyMMClips 28

サポートされていません。

wdPropertyNotes 26

メモ

wdPropertyPages 14

ページ数

wdPropertyParas 24

段落数

wdPropertyRevision 8

改訂番号

wdPropertySecurity 17

セキュリティ設定

wdPropertySlides 25

サポートされていません。

wdPropertySubject 2

件名。

wdPropertyTemplate 6

テンプレート名

wdPropertyTimeCreated 11

作成日時

wdPropertyTimeLastPrinted 10

最終印刷日時

wdPropertyTimeLastSaved 12

最終更新日時

wdPropertyTitle 1

タイトル

wdPropertyVBATotalEdit 13

VBA プロジェクトの編集数

wdPropertyWords 15

単語数

注釈

Document オブジェクトまたは Template オブジェクトの BuiltInDocumentProperties コレクションで使用されます。 ほとんどの組み込みドキュメント プロパティは、[ファイル] メニューの [プロパティ] をクリックして、[プロパティ] ダイアログ ボックスで対話的に見つけることができます。

適用対象