The members of this enumeration specify in what format to save the diagram when generating a string using the Diagram.saveToString method.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public enum SaveToStringFormat |
Members| Member name | Description | |
|---|---|---|
![]() |
Base64 |
Indicates Base64 ASCII encoding. |
![]() |
CompressedXml |
Indicates compressed XML output. |
![]() |
Xml |
Indicates non-compressed XML output. |
See Also