Figure Caption¶
Marks figures for automatic indexing and provides descriptive labels that integrate with the Table of Figures component.
Text components · element type figure-caption · binds through text templates
Related: Table of Figures · Image
Examples¶
// A numbered caption
Figure {$figure.number}
// Numbered, with a description from the row
Figure {$figure.number} — {$record.productName}Options¶
Configure the component with these options:
| Option | Description |
|---|---|
| Channel | Select figure category: General, Tables, Charts, or Images |
| Name | Figure identifier (e.g., "Figure {$figure.number}") - supports text templates |
| Title | Descriptive title for the figure - supports text templates |
Customize appearance for different caption elements using separate styling tabs (Common, Name, Title) with text alignment, font properties, colors, margins, and layout options.
Notes¶
- Use the same Channel setting as your Table of Figures component for proper integration
- Apply text templates in Name field for automatic figure numbering (e.g., "{$figure.number}")
- Place Figure Caption components near their associated visual elements
- Ensure pages containing Figure Caption components are marked as countable for page numbering in Table of Figures
- Use different channels (Tables, Charts, Images) to create separate figure categories