Referencefigure

<figure>

<figure> is a Sectional component which acts as a container for an <image/> or <video/>.

Attributes and Properties

Attributes for <figure>
AttributeTypeValues
number = "…""true" "false"
suppressFigureNameInCaption = "…""true" "false"
Props for <figure name="f">
PropertyType
$f.captiontext
$f.disabledboolean
$f.figureEnumerationtext
$f.figureNametext
$f.fixedboolean
$f.fixLocationboolean
$f.hiddenboolean

Example: <figure> in a <section>

This example illustrates a <figure> with a <caption> placed within a <section>.


Attribute Example: suppressFigureNameInCaption

The suppressFigureNameInCaption overrides the default naming convention for captions, which otherwise start with the word “Figure”.


Attribute Example: number

The number attribute can be set to “false” to suppress the automatic figure numbering in the caption.