Class: RubyOSBXL::Dto::CustomStyleObject

Inherits:
Object
  • Object
show all
Defined in:
lib/rubyosbxl.rb

Overview

ユーザー定義のセルスタイルを取り扱うオブジェクトです。

Instance Method Summary collapse

Constructor Details

#initializevoid

コンストラクタ

インスタンスを作成します。

Instance Method Details

#clearAlignmentvoid

セルの配置オブジェクトを初期状態に戻します。

#clearBordersvoid

枠線の書式(一括)オブジェクトを初期状態に戻します。

#clearFillvoid

パターンフィルオブジェクトを初期状態に戻します。

#clearFontvoid

フォント書式オブジェクトを初期状態に戻します。

#clearNumFmtvoid

セルの表示書式を初期状態に戻します。

#clearProtectionvoid

セルの保護オブジェクトを初期状態に戻します。

#getAlignmentRubyOSBXL::Dto::AlignmentObject

セルの配置オブジェクトを取得します。

Returns:

#getBordersRubyOSBXL::Dto::BordersObject

枠線の書式(一括)オブジェクトを取得します。

Returns:

#getFontRubyOSBXL::Dto::FontObject

フォント書式オブジェクトを取得します。

Returns:

#getLinearGradientFillRubyOSBXL::Dto::LinearGradientObject

線形グラディエントフィルオブジェクトを取得します。

Returns:

#getNumFmtString

セルの表示書式を取得します。

Returns:

  • (String)

    セルの表示書式

#getPatternFillRubyOSBXL::Dto::PatternFillObject

パターンフィルオブジェクトを取得します。

Returns:

#getProtectionRubyOSBXL::Dto::ProtectionObject

セルの保護オブジェクトを取得します。

Returns:

#getRectangleGradientFillRubyOSBXL::Dto::RectangleGradientObject

パスグラディエントフィルオブジェクトを取得します。

Returns:

#setAlignment(alignment) ⇒ void

セルの配置オブジェクトを適用します。

Parameters:

#setBorders(borders) ⇒ void

枠線の書式(一括)オブジェクトを適用します。

Parameters:

#setFont(font) ⇒ void

フォント書式オブジェクトを適用します。

Parameters:

#setLinearGradientFill(fill) ⇒ void

線形グラディエントフィルオブジェクトを適用します。

Parameters:

#setNumFmt(format) ⇒ void

セルの表示書式を設定します。

Parameters:

  • format (String)

    セルの表示書式

#setPatternFill(fill) ⇒ void

パターンフィルオブジェクトを適用します。

Parameters:

#setProtection(protection) ⇒ void

セルの保護オブジェクトを適用します。

Parameters:

#setRectangleGradientFill(fill) ⇒ void

パスグラディエントフィルオブジェクトを適用します。

Parameters: