Skip to content

Figure

Overview

The "figure" instance initiates a figure in the output document. The source of figure should be specified using "source" instance.

Required properties

The "table" should be specified using "source" property:

- figure:
    source:
      # ...
Full source functionality is available at Components generation.

Optional properties

- figure:
    alignment:
    caption:
    figure_width:

Back to components

Required Properties:

Source

Full source functionality is available at Components generation.

Optional Properties:

Alignment

  • Type: string

  • Default: N/A

  • Description: The "alignment" property specifies the justification setting for this figure.

  • Available options:

 ['left', 'center', 'right']
  • Example:
 alignment: center

Caption

Full caption functionality is available at Caption.

Figure Width

  • Type: ['number', 'string']

  • Default: page

  • Description: The "figure_width" property specifies the figure's width: in percentage of page width (for example '50%'); in Cm (for example '6'); using the page width ('page').

  • Example:

 figure_width: 75%

Continue to Table

Back to top

Back to homepage