From 11303a4d6664d9a7ff7bc408035d2ab70378a375 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sat, 26 Nov 2011 13:20:57 +0900 Subject: adding in support for ruby 1.9.3 release version 1.0.9 --- doc/Axlsx/CellAlignment.html | 273 ++++++++++++++++++------------------------- 1 file changed, 116 insertions(+), 157 deletions(-) (limited to 'doc/Axlsx/CellAlignment.html') diff --git a/doc/Axlsx/CellAlignment.html b/doc/Axlsx/CellAlignment.html index 851be85e..a1c73464 100644 --- a/doc/Axlsx/CellAlignment.html +++ b/doc/Axlsx/CellAlignment.html @@ -6,7 +6,7 @@ Class: Axlsx::CellAlignment - — Documentation by YARD 0.7.3 + — AXLSX @@ -97,16 +97,14 @@
Note: -

-Using Styles#add_style is the recommended way to manage cell alignment. -

+
+

Using Styles#add_style is the recommended way to manage cell alignment.

-

-CellAlignment stores information about the cell alignment of a style Xf -Object. -

+ +

CellAlignment stores information about the cell alignment of a style Xf +Object.

@@ -145,9 +143,8 @@ Object. -

-The horizontal alignment of the cell. -

+
+

The horizontal alignment of the cell.

@@ -172,9 +169,8 @@ The horizontal alignment of the cell. -

-The amount of indent. -

+
+

The amount of indent.

@@ -199,9 +195,8 @@ The amount of indent. -

-Indicate if the last line should be justified. -

+
+

Indicate if the last line should be justified.

@@ -226,10 +221,9 @@ Indicate if the last line should be justified. -

-The reading order of the text 0 Context Dependent 1 Left-to-Right 2 -Right-to-Left. -

+
+

The reading order of the text 0 Context Dependent 1 Left-to-Right 2 +Right-to-Left.

@@ -254,9 +248,8 @@ Right-to-Left. -

-The amount of relativeIndent. -

+
+

The amount of relativeIndent.

@@ -281,9 +274,8 @@ The amount of relativeIndent. -

-Indicate if the text should be shrunk to the fit in the cell. -

+
+

Indicate if the text should be shrunk to the fit in the cell.

@@ -308,9 +300,8 @@ Indicate if the text should be shrunk to the fit in the cell. -

-The textRotation of the cell. -

+
+

The textRotation of the cell.

@@ -335,9 +326,8 @@ The textRotation of the cell. -

-The vertical alignment of the cell. -

+
+

The vertical alignment of the cell.

@@ -362,9 +352,8 @@ The vertical alignment of the cell. -

-Indicate if the text of the cell should wrap. -

+
+

Indicate if the text of the cell should wrap.

@@ -401,9 +390,8 @@ Indicate if the text of the cell should wrap. -

-Create a new cell_alignment object. -

+
+

Create a new cell_alignment object.

@@ -425,9 +413,8 @@ Create a new cell_alignment object. -

-Serializes the cell alignment. -

+
+

Serializes the cell alignment.

@@ -448,9 +435,8 @@ Serializes the cell alignment.

-

-Create a new cell_alignment object -

+ +

Create a new cell_alignment object

@@ -471,9 +457,8 @@ Create a new cell_alignment object — -

-a customizable set of options -

+
+

a customizable set of options

@@ -586,12 +571,11 @@ a customizable set of options
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 72
 
-def initialize(options={})
-  options.each do |o|
-    self.send("#{o[0]}=", o[1]) if self.respond_to? "#{o[0]}="
-  end
-end
-
+def initialize(options={}) + options.each do |o| + self.send("#{o[0]}=", o[1]) if self.respond_to? "#{o[0]}=" + end +end @@ -617,25 +601,22 @@ a customizable set of options
Note: -

-The horizontal cell alignement style must be one of -

-
- :general
- :left
- :center
- :right
- :fill
- :justify
- :centerContinuous
- :distributed
-
+
+

The horizontal cell alignement style must be one of

+ +
:general
+:left
+:center
+:right
+:fill
+:justify
+:centerContinuous
+:distributed
-

-The horizontal alignment of the cell. -

+ +

The horizontal alignment of the cell.

@@ -669,10 +650,9 @@ The horizontal alignment of the cell.
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 18
 
-def horizontal
-  @horizontal
-end
-
+def horizontal + @horizontal +end @@ -690,9 +670,8 @@ The horizontal alignment of the cell.

-

-The amount of indent -

+ +

The amount of indent

@@ -726,10 +705,9 @@ The amount of indent
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 41
 
-def indent
-  @indent
-end
-
+def indent + @indent +end @@ -747,9 +725,8 @@ The amount of indent

-

-Indicate if the last line should be justified. -

+ +

Indicate if the last line should be justified.

@@ -783,10 +760,9 @@ Indicate if the last line should be justified.
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 49
 
-def justifyLastLine
-  @justifyLastLine
-end
-
+def justifyLastLine + @justifyLastLine +end @@ -804,10 +780,9 @@ Indicate if the last line should be justified.

-

-The reading order of the text 0 Context Dependent 1 Left-to-Right 2 -Right-to-Left -

+ +

The reading order of the text 0 Context Dependent 1 Left-to-Right 2 +Right-to-Left

@@ -841,10 +816,9 @@ Right-to-Left
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 60
 
-def readingOrder
-  @readingOrder
-end
-
+def readingOrder + @readingOrder +end @@ -862,9 +836,8 @@ Right-to-Left

-

-The amount of relativeIndent -

+ +

The amount of relativeIndent

@@ -898,10 +871,9 @@ The amount of relativeIndent
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 45
 
-def relativeIndent
-  @relativeIndent
-end
-
+def relativeIndent + @relativeIndent +end @@ -919,9 +891,8 @@ The amount of relativeIndent

-

-Indicate if the text should be shrunk to the fit in the cell. -

+ +

Indicate if the text should be shrunk to the fit in the cell.

@@ -955,10 +926,9 @@ Indicate if the text should be shrunk to the fit in the cell.
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 53
 
-def shrinkToFit
-  @shrinkToFit
-end
-
+def shrinkToFit + @shrinkToFit +end @@ -976,9 +946,8 @@ Indicate if the text should be shrunk to the fit in the cell.

-

-The textRotation of the cell. -

+ +

The textRotation of the cell.

@@ -1012,10 +981,9 @@ The textRotation of the cell.
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 33
 
-def textRotation
-  @textRotation
-end
-
+def textRotation + @textRotation +end @@ -1036,22 +1004,19 @@ The textRotation of the cell.
Note: -

-The vertical cell allingment style must be one of the following: -

-
- :top
- :center
- :bottom
- :justify
- :distributed
-
+
+

The vertical cell allingment style must be one of the following:

+ +
:top
+:center
+:bottom
+:justify
+:distributed
-

-The vertical alignment of the cell. -

+ +

The vertical alignment of the cell.

@@ -1085,10 +1050,9 @@ The vertical alignment of the cell.
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 29
 
-def vertical
-  @vertical
-end
-
+def vertical + @vertical +end @@ -1106,9 +1070,8 @@ The vertical alignment of the cell.

-

-Indicate if the text of the cell should wrap -

+ +

Indicate if the text of the cell should wrap

@@ -1142,10 +1105,9 @@ Indicate if the text of the cell should wrap
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 37
 
-def wrapText
-  @wrapText
-end
-
+def wrapText + @wrapText +end @@ -1167,9 +1129,8 @@ Indicate if the text of the cell should wrap

-

-Serializes the cell alignment -

+ +

Serializes the cell alignment

@@ -1188,9 +1149,8 @@ Serializes the cell alignment — -

-The document builder instance this objects xml will be added to. -

+
+

The document builder instance this objects xml will be added to.

@@ -1217,17 +1177,16 @@ The document builder instance this objects xml will be added to.
 
 
-91
-92
-93
+100 +101 +102 -
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 91
+      
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 100
 
-def to_xml(xml)
-  xml.alignment(self.instance_values)      
-end
-
+def to_xml(xml) + xml.alignment(self.instance_values) +end
@@ -1238,9 +1197,9 @@ The document builder instance this objects xml will be added to.
-- cgit v1.2.3