Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 7 Next »

Purpose

Create UML and other diagrams with PlantUML.

Parameter

All parameters are optional.

NameDescription
 type

Type of the diagram. Supported values are:

  • plantuml (default)
  • ditaa
  • dot
  • jcckit
  • salt
 align

Align the diagram. Supported values are:

  • none (default)
  • left
  • center
  • right
 borderBorder size in pixel. Value must be integer > 0.
 hspaceExtra space left and right from the image. Value must be integer > 0.
 vspaceExtra space below and above the image. Value must be integer > 0.
 titleTitle of the diagram, default is none title.
This property is only valid when type is plantuml.
dropshadowDrop shadow: 'true' (default), 'false'.
This feature is not supported by all diagram types.
separationSeparation of common edges of shapes in DITAA diagrams: 'true' (default), 'false'
format

PNG (default)

SVG (beta)

exportNameThe graph will be stored as attachment if exportName is given.
debug

TRUE = Enable debugging.

 

Sample Images

 

 

 

 

  • No labels