<figure>
<figure>
is a Sectional
component which acts as a container for an <image/>
or <video/>
.
Attributes and Properties
Attribute | Type | Values |
---|---|---|
number = "…" | "true" "false" | |
suppressFigureNameInCaption = "…" | "true" "false" |
Property | Type |
---|---|
$f.caption | text |
$f.disabled | boolean |
$f.figureEnumeration | text |
$f.figureName | text |
$f.fixed | boolean |
$f.fixLocation | boolean |
$f.hidden | boolean |
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.