Module: Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties::HorizontalAlignment
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
Text alignments within a cell.
Constant Summary collapse
- HORIZONTAL_ALIGNMENT_UNSPECIFIED =
Text is aligned to the leading edge of the column.
0
- LEADING =
Text is aligned to the leading edge of the column.
1
- CENTER =
Text is centered in the column.
2
- TRAILING =
Text is aligned to the trailing edge of the column.
3