Class: Metanorma::BasicDocument::Tables::VerticalAlignment

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/metanorma/basic_document/tables/vertical_alignment.rb

Overview

Vertical alignment of the cell against the underlying table grid.

Class Method Summary collapse

Class Method Details

.valuesObject



15
16
17
# File 'lib/metanorma/basic_document/tables/vertical_alignment.rb', line 15

def self.values
  %w[top middle bottom baseline]
end