FlexReport for WinForms
DocumentInfoFields 列挙体


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 : DocumentInfoFields 列挙体
Enumerates the fields stored by the DocumentInfo class.
シンタックス
'宣言
 
Public Enum DocumentInfoFields 
   Inherits System.Enum
'使用法
 
Dim instance As DocumentInfoFields
public enum DocumentInfoFields : System.Enum 
メンバ
メンバ解説
All
All fields.
Author
The author of the document.
Comment
The document comments.
Company
The company of the author.
CreationTime
The date and time when the document was created.
Creator
The application that created the original document.
Keywords
The keywords for the document.
Manager
The manager of the author.
None
No fields.
Operator
The person who last made changes to the document.
Producer
The application that created the document.
RevisionTime
The date and time when the document was last modified.
Subject
The subject of the document.
Title
The title of the document.
継承階層

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

参照

参照

C1.Document 名前空間