PFFileWordFormStatus Enumeration |
Identifies the status of a Word document in a WordForm process.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum PFFileWordFormStatus
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Unknown status.
|
| NotApplicable | 10 |
WordForm does not apply to this file. Concerns files not being of ".docx" type.
|
| Empty | 20 |
Can be used by WordForm, but has not been yet.
|
| Template | 30 |
WordForm template document.
|
| Instance | 40 |
Instance of a WordForm template.
|
See Also