From 8cf0296bbc16e8eb535e9af932eed2557d5e66d2 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Thu, 1 Dec 2011 14:11:42 +0900 Subject: removing generated yard docs from repository --- doc/Axlsx/CellStyle.html | 929 ----------------------------------------------- 1 file changed, 929 deletions(-) delete mode 100644 doc/Axlsx/CellStyle.html (limited to 'doc/Axlsx/CellStyle.html') diff --git a/doc/Axlsx/CellStyle.html b/doc/Axlsx/CellStyle.html deleted file mode 100644 index b66ceaf8..00000000 --- a/doc/Axlsx/CellStyle.html +++ /dev/null @@ -1,929 +0,0 @@ - - - - - - Class: Axlsx::CellStyle - - — AXLSX - - - - - - - - - - - - - - - - - - - - - - -

Class: Axlsx::CellStyle - - - -

- -
- -
Inherits:
-
- Object - -
    -
  • Object
  • - - - -
- show all - -
- - - - - - - - - -
Defined in:
-
lib/axlsx/stylesheet/cell_style.rb
- -
-
- -

Overview

-
- -
- Note: -
-

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

-
-
- - -

CellStyle defines named styles that reference defined formatting records -and can be used in your worksheet.

- - -
-
-
- - -

See Also:

- - -
- -

Instance Attribute Summary (collapse)

- - - - - - -

- Instance Method Summary - (collapse) -

- - - - -
-

Constructor Details

- -
-

- - - (CellStyle) initialize(options = {}) - - - -

-
- -

Creats a new CellStyle object

- - -
-
-
-

Parameters:

-
    - -
  • - - options - - - (Hash) - - - (defaults to: {}) - - - — -
    -

    a customizable set of options

    -
    - -
  • - -
- - - - -

Options Hash (options):

-
    - -
  • - name - (String) - - - - -
  • - -
  • - xfId - (Integer) - - - - -
  • - -
  • - buildinId - (Integer) - - - - -
  • - -
  • - iLevel - (Integer) - - - - -
  • - -
  • - hidden - (Boolean) - - - - -
  • - -
  • - customBuiltIn - (Boolean) - - - - -
  • - -
- - - -
- - - - -
-
-
-
-39
-40
-41
-42
-43
-
-
# File 'lib/axlsx/stylesheet/cell_style.rb', line 39
-
-def initialize(options={})
-  options.each do |o|
-    self.send("#{o[0]}=", o[1]) if self.respond_to? o[0]
-  end
-end
-
-
-
- -
- -
-

Instance Attribute Details

- - - - -
-

- - - (Integer) builtinId - - - -

-
- -

The buildinId to use when this named style is applied

- - -
-
-
- -

Returns:

-
    - -
  • - - - (Integer) - - - -
  • - -
- -

See Also:

- - -
- - - - -
-
-
-
-18
-19
-20
-
-
# File 'lib/axlsx/stylesheet/cell_style.rb', line 18
-
-def builtinId
-  @builtinId
-end
-
-
-
- - - - -
-

- - - (Boolean) customBuiltin - - - -

-
- -

Indicates that the build in style reference has been customized.

- - -
-
-
- -

Returns:

-
    - -
  • - - - (Boolean) - - - -
  • - -
- -
- - - - -
-
-
-
-30
-31
-32
-
-
# File 'lib/axlsx/stylesheet/cell_style.rb', line 30
-
-def customBuiltin
-  @customBuiltin
-end
-
-
-
- - - - -
-

- - - (Boolean) hidden - - - -

-
- -

Determines if this named style should show in the list of styles when using -excel

- - -
-
-
- -

Returns:

-
    - -
  • - - - (Boolean) - - - -
  • - -
- -
- - - - -
-
-
-
-26
-27
-28
-
-
# File 'lib/axlsx/stylesheet/cell_style.rb', line 26
-
-def 
-  @hidden
-end
-
-
-
- - - - -
-

- - - (Integer) iLevel - - - -

-
- -

Determines if this formatting is for an outline style, and what level of -the outline it is to be applied to.

- - -
-
-
- -

Returns:

-
    - -
  • - - - (Integer) - - - -
  • - -
- -
- - - - -
-
-
-
-22
-23
-24
-
-
# File 'lib/axlsx/stylesheet/cell_style.rb', line 22
-
-def iLevel
-  @iLevel
-end
-
-
-
- - - - -
-

- - - (String) name - - - -

-
- -

The name of this cell style

- - -
-
-
- -

Returns:

-
    - -
  • - - - (String) - - - -
  • - -
- -
- - - - -
-
-
-
-8
-9
-10
-
-
# File 'lib/axlsx/stylesheet/cell_style.rb', line 8
-
-def name
-  @name
-end
-
-
-
- - - - -
-

- - - (Integer) xfId - - - -

-
- -

The formatting record id this named style utilizes

- - -
-
-
- -

Returns:

-
    - -
  • - - - (Integer) - - - -
  • - -
- -

See Also:

-
    - -
  • Xf
  • - -
- -
- - - - -
-
-
-
-13
-14
-15
-
-
# File 'lib/axlsx/stylesheet/cell_style.rb', line 13
-
-def xfId
-  @xfId
-end
-
-
-
- -
- - -
-

Instance Method Details

- - -
-

- - - (String) to_xml(xml) - - - -

-
- -

Serializes the cell style

- - -
-
-
-

Parameters:

-
    - -
  • - - xml - - - (Nokogiri::XML::Builder) - - - - — -
    -

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

    -
    - -
  • - -
- -

Returns:

-
    - -
  • - - - (String) - - - -
  • - -
- -
- - - - -
-
-
-
-60
-61
-62
-
-
# File 'lib/axlsx/stylesheet/cell_style.rb', line 60
-
-def to_xml(xml)
-  xml.cellStyle(self.instance_values)
-end
-
-
-
- -
- -
- - - - - \ No newline at end of file -- cgit v1.2.3