Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
DocumentType
The DocumentType enumeration is used in the SaveDocument method on the DocumentGenerator Class.
Enum Values
Value |
Meaning |
---|---|
dtRTF |
Save the document file to disk as an RTF document. |
dtHTML |
Save the document file to disk as a HTML document. |
dtPDF |
Save the document file to disk as a PDF document. |
dtDOCX |
Save the document file to disk as a DOCX document. |
Learn more