lib/axlsx/drawing/title.rb in axlsx-1.0.4 vs lib/axlsx/drawing/title.rb in axlsx-1.0.5
- old
+ new
@@ -30,11 +30,10 @@
@text = v.value.to_s
v
end
# Not implemented at this time.
- #def tx=(v) DataTypeValidator.validate 'Title.tx', Tx, v; @tx=v; end
#def layout=(v) DataTypeValidator.validate 'Title.layout', Layout, v; @layout = v; end
#def overlay=(v) Axlsx::validate_boolean v; @overlay=v; end
#def spPr=(v) DataTypeValidator.validate 'Title.spPr', SpPr, v; @spPr = v; end
# Serializes the chart title
@@ -53,10 +52,10 @@
}
}
}
}
end
-
+
private
# returns the excel style abslute reference for the title when title is a Cell object
# @return [String]
def range