Click or drag to resize

Document Constructor

Overload List
  NameDescription
Public methodDocument
Initializes a new instance of the Document class. Constructor without parameter
Public methodDocument(String)
Constructor with parameter File name. If doesn't exist file then create a new file document
Public methodDocument(Byte, String)
Constructor with parameter Byte array and save to File name
Public methodDocument(String, Boolean, Types)
Constructor with parameter File name and Edit (editable) and Types
Public methodDocument(Byte, String, Boolean, Types)
Constructor with parameter Byte array, Edit (editable) and save to File name
Top
See Also