diff options
| author | Randy Morgan <[email protected]> | 2012-07-14 13:06:32 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-07-14 13:06:32 +0900 |
| commit | b24833c496e84177ef1f20ea04abdfa3bc26d51c (patch) | |
| tree | 50c9a2ddea474958754545762888525cfb72bf16 /lib/axlsx/drawing/two_cell_anchor.rb | |
| parent | fb86d1f56f1ecd683417f1a1cbe2a00faa2904ad (diff) | |
| download | caxlsx-b24833c496e84177ef1f20ea04abdfa3bc26d51c.tar.gz caxlsx-b24833c496e84177ef1f20ea04abdfa3bc26d51c.zip | |
1.1.8 release prep
Diffstat (limited to 'lib/axlsx/drawing/two_cell_anchor.rb')
| -rw-r--r-- | lib/axlsx/drawing/two_cell_anchor.rb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/axlsx/drawing/two_cell_anchor.rb b/lib/axlsx/drawing/two_cell_anchor.rb index 8071515c..73ccf2b5 100644 --- a/lib/axlsx/drawing/two_cell_anchor.rb +++ b/lib/axlsx/drawing/two_cell_anchor.rb @@ -26,16 +26,11 @@ module Axlsx attr_reader :drawing - # Creates a new TwoCellAnchor object and sets up a reference to the from and to markers in the - # graphic_frame's chart. That means that you can do stuff like - # c = worksheet.add_chart Axlsx::Chart + # Creates a new TwoCellAnchor object # c.start_at 5, 9 - # @note the chart_type parameter will be replaced with object in v. 2.0.0 # @param [Drawing] drawing - # @param [Class] chart_type This is passed to the graphic frame for instantiation. must be Chart or a subclass of Chart - # @param object The object this anchor holds. - # @option options [Array] start_at the col, row to start at THIS IS DOCUMENTED BUT NOT IMPLEMENTED HERE! - # @option options [Array] end_at the col, row to end at + # @option options [Array] :start_at the col, row to start at THIS IS DOCUMENTED BUT NOT IMPLEMENTED HERE! + # @option options [Array] :end_at the col, row to end at def initialize(drawing, options={}) @drawing = drawing drawing.anchors << self |
