lib/axlsx/stylesheet/cell_alignment.rb in axlsx-1.0.16 vs lib/axlsx/stylesheet/cell_alignment.rb in axlsx-1.0.17

- old
+ new

@@ -1,4 +1,5 @@ +# encoding: UTF-8 module Axlsx # CellAlignment stores information about the cell alignment of a style Xf Object. # @note Using Styles#add_style is the recommended way to manage cell alignment. # @see Styles#add_style class CellAlignment