Document Constructors
A Document within a WidgetView.| Name | Parameters | Description |
|---|---|---|
| Document() | none | Initializes a new instance of the Document class with the default settings. |
| Document(IDocumentProperties) | defaultProperties | Initializes a new instance of the Document class with the specified settings. |
| Document(IContainer) | container | Initializes a new instance of the Document class with the specified settings. |
See Also