diff options
| author | Randy Morgan <[email protected]> | 2012-05-16 08:51:05 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-05-16 08:51:05 +0900 |
| commit | ba299f4030dba855277f6b694d12f694b1916167 (patch) | |
| tree | a6c1fb7a45fc26287faee8e1c18b8b25369462eb | |
| parent | 5dddaaf46d4849d370f3a5587e46979c75a3c848 (diff) | |
| download | caxlsx-ba299f4030dba855277f6b694d12f694b1916167.tar.gz caxlsx-ba299f4030dba855277f6b694d12f694b1916167.zip | |
revise docs. Note - worksheet is a "required - option" as I dont want to break the interface.
| -rw-r--r-- | lib/axlsx/workbook/worksheet/page_setup.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/axlsx/workbook/worksheet/page_setup.rb b/lib/axlsx/workbook/worksheet/page_setup.rb index 20e05f66..14448689 100644 --- a/lib/axlsx/workbook/worksheet/page_setup.rb +++ b/lib/axlsx/workbook/worksheet/page_setup.rb @@ -46,9 +46,11 @@ module Axlsx attr_reader :scale # The worksheet that owns this page_setup. + # @return [Worksheet] attr_reader :worksheet # Creates a new PageSetup object + # @option options [Worksheet] worksheet The worksheet that owns this page_setup **required** # @option options [Integer] fit_to_height Number of vertical pages to fit on # @option options [Integer] fit_to_width Number of horizontal pages to fit on # @option options [Symbol] orientation Orientation of the page (:default, :landscape, :portrait) |
