Document Library for WinForms
DocumentInfoFields 列挙体

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 : DocumentInfoFields 列挙体
Enumerates the fields stored by the DocumentInfo class.
シンタックス
'宣言
 
Public Enum DocumentInfoFields 
   Inherits System.Enum
public enum DocumentInfoFields : System.Enum 
メンバ
メンバ解説
AllAll fields.
AuthorThe author of the document.
CommentThe document comments.
CompanyThe company of the author.
CreationTimeThe date and time when the document was created.
CreatorThe application that created the original document.
KeywordsThe keywords for the document.
ManagerThe manager of the author.
NoneNo fields.
OperatorThe person who last made changes to the document.
ProducerThe application that created the document.
RevisionTimeThe date and time when the document was last modified.
SubjectThe subject of the document.
TitleThe title of the document.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Document.DocumentInfoFields

参照

C1.Win.Document 名前空間