Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Column

Purpose

Excerpt

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.
(warning) This is only supported by some diagrams of type 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'
preserve white spacesIf checked no empty line nor white spaces from the beginning of the line or end of the line will be removed anymore. Please note that you can change the default behavior in the (global) plugin configuration.
format

PNG (default)

SVG (beta)

exportName

The graph will be stored as attachment if exportName is given.

(warning) The value of the exportName attribute must be unique on page level scope otherwise the attachments were overwritten on every page view!

(warning) Note that if you update the plugin or the underlying graphviz library this may trigger that a user who is viewing a page will write a new version of the diagram as attachment to the page!

debug

true = Enable debugging.



Column
width2%



Column

Sample Images

Child pages (Children Display)


...