Class | Spreadsheet::Format |
In: |
lib/spreadsheet/format.rb
|
Parent: | Object |
Formatting data
text_direction | -> | reading_order |
text_direction= | -> | reading_order= |
indent_level | -> | indent |
indent_level= | -> | indent= |
font | [RW] | |
name | [RW] | |
number_format | [RW] | |
pattern | [RW] | |
rotation | [R] | Text rotation |
used_merge | [RW] |
Combined method for both horizontal and vertical alignment. Sets the first valid value (e.g. Format#align = :justify only sets the horizontal alignment. Use one of the aliases prefixed with :v if you need to disambiguate.)
This is essentially a backward-compatibility method and may be removed at some point in the future.