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