DroidDiagram Programmer's Guide
DiagramDocument Members
Constructors Methods
 


Represents a collection of diagram pages.

The following tables list the members exposed by the DiagramDocument type.

 Public Constructors

  Name Description

DiagramDocument

 

 Public Methods

  Name Description

addDiagramListener

DiagramBase.addDiagramListener override.

getDirty

Gets a value indicating whether the document has changed since the last save.

getPages

Gets a list of the diagram pages contained in this document.

loadFrom

Loads the document contents from a stream.

loadFromFile

Loads the document from the specified file.

loadFromString

Loads a diagram from the specified string.

loadFromXml

Overloaded.  

removeDiagramListener

DiagramBase.removeDiagramListener override.

saveTo

Saves the diagram contents into a stream.

saveToFile

Saves the document to the specified file in a binary format.

saveToString

Overloaded.  

saveToXml

Overloaded.  

 See Also

DiagramDocument Class
com.mindfusion.diagramming Namespace