Purpose
Create UML and other diagrams with PlantUML.Parameter
All parameters are optional.
Name | Description |
---|---|
type | Type of the diagram. Supported values are:
This needs to be set if you want to create DITAA, GraphViz (dot), JCCKit or Salt diagrams. |
align | Align the diagram. Supported values are:
|
border | Border size in pixel. Value must be integer > 0. |
hspace | Extra space left and right from the image. Value must be integer > 0. |
vspace | Extra space below and above the image. Value must be integer > 0. |
title | Title of the diagram, default is none title. This property is only valid when type is plantuml . |
dropshadow | Drop shadow: 'true' (default), 'false'. This feature is not supported by all diagram types. |
separation | Separation of common edges of shapes in DITAA diagrams: 'true' (default), 'false' |
format | PNG (default) SVG (beta) |
exportName | The graph will be stored as attachment if exportName is given. |
debug | TRUE = Enable debugging. |
Sample Images
0 Comments