Document Constructor |
| Name | Description | |
|---|---|---|
| Document |
Initializes a new instance of the Document class.
Constructor without parameter
| |
| Document(String) |
Constructor with parameter File name. If doesn't exist file then create a new file document
| |
| Document(Byte, String) |
Constructor with parameter Byte array and save to File name
| |
| Document(String, Boolean, Types) |
Constructor with parameter File name and Edit (editable) and Types | |
| Document(Byte, String, Boolean, Types) |
Constructor with parameter Byte array, Edit (editable) and save to File name
|