Method | Description | |
---|---|---|
Document ( ) : System |
Empty contructor used to create an unnamed document - the name will be set later.
|
|
Document ( string name ) : System |
Construct a document providing a name. The name may be changed later - e.g. when saved.
|
public Document ( string name ) : System | ||
name | string | The name of the document |
return | System |