summaryrefslogtreecommitdiffhomepage
path: root/doc/Axlsx/CellAlignment.html
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-30 08:53:14 +0900
committerRandy Morgan <[email protected]>2011-11-30 08:53:14 +0900
commit076be316935180341d7ee7a9335281a4b18d1fa9 (patch)
tree8754af1eaadb7fa1585aaedcd7845d68b7985d3c /doc/Axlsx/CellAlignment.html
parente99f1ecbe8311f1dbe2b889a82a528f3e85e366d (diff)
downloadcaxlsx-076be316935180341d7ee7a9335281a4b18d1fa9.tar.gz
caxlsx-076be316935180341d7ee7a9335281a4b18d1fa9.zip
pre 1.0.10 release commit
Diffstat (limited to 'doc/Axlsx/CellAlignment.html')
-rw-r--r--doc/Axlsx/CellAlignment.html178
1 files changed, 75 insertions, 103 deletions
diff --git a/doc/Axlsx/CellAlignment.html b/doc/Axlsx/CellAlignment.html
index 5a04b500..480b145f 100644
--- a/doc/Axlsx/CellAlignment.html
+++ b/doc/Axlsx/CellAlignment.html
@@ -97,16 +97,14 @@
<div class="note notetag">
<strong>Note:</strong>
- <div class='inline'><p>
-Using Styles#add_style is the recommended way to manage cell alignment.
-</p>
+ <div class='inline'>
+<p>Using Styles#add_style is the recommended way to manage cell alignment.</p>
</div>
</div>
-<p>
-CellAlignment stores information about the cell alignment of a style Xf
-Object.
-</p>
+
+<p>CellAlignment stores information about the cell alignment of a style Xf
+Object.</p>
</div>
@@ -145,9 +143,8 @@ Object.
- <span class="summary_desc"><div class='inline'><p>
-The horizontal alignment of the cell.
-</p>
+ <span class="summary_desc"><div class='inline'>
+<p>The horizontal alignment of the cell.</p>
</div></span>
</li>
@@ -172,9 +169,8 @@ The horizontal alignment of the cell.
- <span class="summary_desc"><div class='inline'><p>
-The amount of indent.
-</p>
+ <span class="summary_desc"><div class='inline'>
+<p>The amount of indent.</p>
</div></span>
</li>
@@ -199,9 +195,8 @@ The amount of indent.
- <span class="summary_desc"><div class='inline'><p>
-Indicate if the last line should be justified.
-</p>
+ <span class="summary_desc"><div class='inline'>
+<p>Indicate if the last line should be justified.</p>
</div></span>
</li>
@@ -226,10 +221,9 @@ Indicate if the last line should be justified.
- <span class="summary_desc"><div class='inline'><p>
-The reading order of the text 0 Context Dependent 1 Left-to-Right 2
-Right-to-Left.
-</p>
+ <span class="summary_desc"><div class='inline'>
+<p>The reading order of the text 0 Context Dependent 1 Left-to-Right 2
+Right-to-Left.</p>
</div></span>
</li>
@@ -254,9 +248,8 @@ Right-to-Left.
- <span class="summary_desc"><div class='inline'><p>
-The amount of relativeIndent.
-</p>
+ <span class="summary_desc"><div class='inline'>
+<p>The amount of relativeIndent.</p>
</div></span>
</li>
@@ -281,9 +274,8 @@ The amount of relativeIndent.
- <span class="summary_desc"><div class='inline'><p>
-Indicate if the text should be shrunk to the fit in the cell.
-</p>
+ <span class="summary_desc"><div class='inline'>
+<p>Indicate if the text should be shrunk to the fit in the cell.</p>
</div></span>
</li>
@@ -308,9 +300,8 @@ Indicate if the text should be shrunk to the fit in the cell.
- <span class="summary_desc"><div class='inline'><p>
-The textRotation of the cell.
-</p>
+ <span class="summary_desc"><div class='inline'>
+<p>The textRotation of the cell.</p>
</div></span>
</li>
@@ -335,9 +326,8 @@ The textRotation of the cell.
- <span class="summary_desc"><div class='inline'><p>
-The vertical alignment of the cell.
-</p>
+ <span class="summary_desc"><div class='inline'>
+<p>The vertical alignment of the cell.</p>
</div></span>
</li>
@@ -362,9 +352,8 @@ The vertical alignment of the cell.
- <span class="summary_desc"><div class='inline'><p>
-Indicate if the text of the cell should wrap.
-</p>
+ <span class="summary_desc"><div class='inline'>
+<p>Indicate if the text of the cell should wrap.</p>
</div></span>
</li>
@@ -401,9 +390,8 @@ Indicate if the text of the cell should wrap.
- <span class="summary_desc"><div class='inline'><p>
-Create a new cell_alignment object.
-</p>
+ <span class="summary_desc"><div class='inline'>
+<p>Create a new cell_alignment object.</p>
</div></span>
</li>
@@ -425,9 +413,8 @@ Create a new cell_alignment object.
- <span class="summary_desc"><div class='inline'><p>
-Serializes the cell alignment.
-</p>
+ <span class="summary_desc"><div class='inline'>
+<p>Serializes the cell alignment.</p>
</div></span>
</li>
@@ -448,9 +435,8 @@ Serializes the cell alignment.
</p><div class="docstring">
<div class="discussion">
- <p>
-Create a new cell_alignment object
-</p>
+
+<p>Create a new cell_alignment object</p>
</div>
@@ -471,9 +457,8 @@ Create a new cell_alignment object
&mdash;
- <div class='inline'><p>
-a customizable set of options
-</p>
+ <div class='inline'>
+<p>a customizable set of options</p>
</div>
</li>
@@ -617,25 +602,23 @@ a customizable set of options
<div class="note notetag">
<strong>Note:</strong>
- <div class='inline'><p>
-The horizontal cell alignement style must be one of
-</p>
-<pre class="code">
- <span class='symbol val'>:general</span>
- <span class='symbol val'>:left</span>
- <span class='symbol val'>:center</span>
- <span class='symbol val'>:right</span>
- <span class='symbol val'>:fill</span>
- <span class='symbol val'>:justify</span>
- <span class='symbol val'>:centerContinuous</span>
- <span class='symbol val'>:distributed</span>
+ <div class='inline'>
+<p>The horizontal cell alignement style must be one of</p>
+
+<pre class="code"><span class='symbol val'>:general</span>
+<span class='symbol val'>:left</span>
+<span class='symbol val'>:center</span>
+<span class='symbol val'>:right</span>
+<span class='symbol val'>:fill</span>
+<span class='symbol val'>:justify</span>
+<span class='symbol val'>:centerContinuous</span>
+<span class='symbol val'>:distributed</span>
</pre>
</div>
</div>
-<p>
-The horizontal alignment of the cell.
-</p>
+
+<p>The horizontal alignment of the cell.</p>
</div>
@@ -690,9 +673,8 @@ The horizontal alignment of the cell.
</p><div class="docstring">
<div class="discussion">
- <p>
-The amount of indent
-</p>
+
+<p>The amount of indent</p>
</div>
@@ -747,9 +729,8 @@ The amount of indent
</p><div class="docstring">
<div class="discussion">
- <p>
-Indicate if the last line should be justified.
-</p>
+
+<p>Indicate if the last line should be justified.</p>
</div>
@@ -804,10 +785,9 @@ Indicate if the last line should be justified.
</p><div class="docstring">
<div class="discussion">
- <p>
-The reading order of the text 0 Context Dependent 1 Left-to-Right 2
-Right-to-Left
-</p>
+
+<p>The reading order of the text 0 Context Dependent 1 Left-to-Right 2
+Right-to-Left</p>
</div>
@@ -862,9 +842,8 @@ Right-to-Left
</p><div class="docstring">
<div class="discussion">
- <p>
-The amount of relativeIndent
-</p>
+
+<p>The amount of relativeIndent</p>
</div>
@@ -919,9 +898,8 @@ The amount of relativeIndent
</p><div class="docstring">
<div class="discussion">
- <p>
-Indicate if the text should be shrunk to the fit in the cell.
-</p>
+
+<p>Indicate if the text should be shrunk to the fit in the cell.</p>
</div>
@@ -976,9 +954,8 @@ Indicate if the text should be shrunk to the fit in the cell.
</p><div class="docstring">
<div class="discussion">
- <p>
-The textRotation of the cell.
-</p>
+
+<p>The textRotation of the cell.</p>
</div>
@@ -1036,22 +1013,20 @@ The textRotation of the cell.
<div class="note notetag">
<strong>Note:</strong>
- <div class='inline'><p>
-The vertical cell allingment style must be one of the following:
-</p>
-<pre class="code">
- <span class='symbol val'>:top</span>
- <span class='symbol val'>:center</span>
- <span class='symbol val'>:bottom</span>
- <span class='symbol val'>:justify</span>
- <span class='symbol val'>:distributed</span>
+ <div class='inline'>
+<p>The vertical cell allingment style must be one of the following:</p>
+
+<pre class="code"><span class='symbol val'>:top</span>
+<span class='symbol val'>:center</span>
+<span class='symbol val'>:bottom</span>
+<span class='symbol val'>:justify</span>
+<span class='symbol val'>:distributed</span>
</pre>
</div>
</div>
-<p>
-The vertical alignment of the cell.
-</p>
+
+<p>The vertical alignment of the cell.</p>
</div>
@@ -1106,9 +1081,8 @@ The vertical alignment of the cell.
</p><div class="docstring">
<div class="discussion">
- <p>
-Indicate if the text of the cell should wrap
-</p>
+
+<p>Indicate if the text of the cell should wrap</p>
</div>
@@ -1167,9 +1141,8 @@ Indicate if the text of the cell should wrap
</p><div class="docstring">
<div class="discussion">
- <p>
-Serializes the cell alignment
-</p>
+
+<p>Serializes the cell alignment</p>
</div>
@@ -1188,9 +1161,8 @@ Serializes the cell alignment
&mdash;
- <div class='inline'><p>
-The document builder instance this objects xml will be added to.
-</p>
+ <div class='inline'>
+<p>The document builder instance this objects xml will be added to.</p>
</div>
</li>
@@ -1238,7 +1210,7 @@ The document builder instance this objects xml will be added to.
</div>
<div id="footer">
- Generated on Tue Nov 29 13:28:59 2011 by
+ Generated on Wed Nov 30 08:46:30 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.8.7).
</div>