summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/stylesheet/cell_alignment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/axlsx/stylesheet/cell_alignment.rb')
-rw-r--r--lib/axlsx/stylesheet/cell_alignment.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/axlsx/stylesheet/cell_alignment.rb b/lib/axlsx/stylesheet/cell_alignment.rb
index 45fe0e7d..cf03c171 100644
--- a/lib/axlsx/stylesheet/cell_alignment.rb
+++ b/lib/axlsx/stylesheet/cell_alignment.rb
@@ -1,10 +1,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
-
include Axlsx::SerializedAttributes
include Axlsx::OptionsParser
@@ -122,6 +120,5 @@ module Axlsx
def to_xml_string(str = '')
serialized_tag('alignment', str)
end
-
end
end