Class: Uniword::Properties::CellVerticalAlign

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/uniword/properties/cell_vertical_align.rb

Overview

Table cell vertical alignment

Represents <w:vAlign> element with alignment value. Used in table cell properties to specify vertical positioning of content.

Examples:

Creating vertical align

valign = CellVerticalAlign.new(value: 'center')