Class: Metanorma::BasicDocument::Paragraphs::TextAlignment

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

Overview

The alignment of the paragraph against the margins of the document.

Class Method Summary collapse

Class Method Details

.valuesObject



15
16
17
# File 'lib/metanorma/basic_document/paragraphs/text_alignment.rb', line 15

def self.values
  %w[left center right justified]
end