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
Java
![]() |
---|
public enum SaveToStringFormat |
Member name | Description | |
---|---|---|
![]() |
Base64 |
Indicates Base64 ASCII encoding. |
![]() |
CompressedXml |
Indicates compressed XML output. |
![]() |
Xml |
Indicates non-compressed XML output. |