Represents a collection of diagram pages.
The following tables list the members exposed by the DiagramDocument type.
Name | Description | |
---|---|---|
Initializes a new instance of the DiagramDocument class. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether the diagram document has changed since loading it. |
||
Gets a list of the diagram pages contained in this document. |
Name | Description | |
---|---|---|
Adds a page to the document. |
||
Deserializes the document from a JSON string. |
||
Loads document contents from specified XML Document. |
||
Loads document contents from specified XML or JSON string. |
||
Loads the document from an XML file. |
||
Raises an event which notifies that a Diagram item has been clicked. (Inherited from DiagramBase.) |
||
Raises an event which notifies that a Diagram item has been created. (Inherited from DiagramBase.) |
||
Raises an event which notifies that a Diagram item has been deleted. (Inherited from DiagramBase.) |
||
Raises an event which notifies that a Diagram item has been deselected. (Inherited from DiagramBase.) |
||
Raises an event which notifies that a Diagram item has been double-clicked. (Inherited from DiagramBase.) |
||
Raises an event which notifies that a Diagram item has been modified. (Inherited from DiagramBase.) |
||
Raises an event which notifies that a Diagram item has been pasted from clipboard. (Inherited from DiagramBase.) |
||
Raises an event which notifies that a Diagram item has been selected. (Inherited from DiagramBase.) |
||
Raises an event which notifies that a Diagram item will be selected. (Inherited from DiagramBase.) |
||
Raises an event which notifies that the selection has changed. (Inherited from DiagramBase.) |
||
Removes the specified page from the document. |
||
Encodes the document contents into an XML or JSON string. |
||
Saves the document to an XML file. |
||
Serializes the document into a JSON string. |
||
Saves the document into an XML Document. |