Class: RubyOSBXL::Dto::FillObject

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

Overview

塗りつぶしを取り扱うクラスです。

Instance Method Summary collapse

Constructor Details

#initializevoid

コンストラクタ

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

Instance Method Details

#getFillTypeRubyOSBXL::Enums::XlFillObjectType

塗りつぶし種類を取得します。

Returns:

#getLinearGradientRubyOSBXL::Dto::LinearGradientObject

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

Returns:

#getPatternFillRubyOSBXL::Dto::PatternFillObject

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

Returns:

#getRectangleGradientRubyOSBXL::Dto::RectangleGradientObject

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

Returns:

#setCellColorObject(colorObject) ⇒ void

Note:

パターンフィルオブジェクトを設定し、パターンタイプをソリッドフィルに設定し、色オブジェクトを設定するのと同じです。

セルの背景の色オブジェクトの設定を行います。

Parameters:

#setLinearGradient(linearFill) ⇒ void

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

Parameters:

#setPatternFill(patternFill) ⇒ void

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

Parameters:

#setRectangleGradient(rectangleFill) ⇒ void

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

Parameters: