Home

Horizontal Alignment

This is an enumeration used in Stencila Schema for horizontal alignment.

It is based on the JATS align attribute and gives Stencila a controlled vocabulary for left, right, center, justified, and character-based alignment. Using an enumeration allows these alignment semantics to be mapped consistently across table, layout, and publishing formats.

See the alignment properties on table- and layout-related types that use this enumeration.

Members

The HorizontalAlignment type has these members:

MemberDescription
AlignLeftLeft align content.
AlignRightRight align content.
AlignJustifyFully justify cell content.
AlignCenterCenter align the cell content.
AlignCharacterAlign the content on a character.

Bindings

The HorizontalAlignment type is represented in:


This documentation was generated from HorizontalAlignment.yaml by docs_types.rs.

© 2026 Stencila