Class: RubyOSBXL::Dto::FillObject
- Inherits:
-
Object
- Object
- RubyOSBXL::Dto::FillObject
- Defined in:
- lib/rubyosbxl.rb
Overview
塗りつぶしを取り扱うクラスです。
Instance Method Summary collapse
-
#getFillType ⇒ RubyOSBXL::Enums::XlFillObjectType
塗りつぶし種類を取得します。.
-
#getLinearGradient ⇒ RubyOSBXL::Dto::LinearGradientObject
線形グラデーションフィルオブジェクトを取得します。.
-
#getPatternFill ⇒ RubyOSBXL::Dto::PatternFillObject
パターンフィルオブジェクトを取得します。.
-
#getRectangleGradient ⇒ RubyOSBXL::Dto::RectangleGradientObject
パスグラディエントオブジェクトを取得します。.
-
#initialize ⇒ void
constructor
コンストラクタ.
-
#setCellColorObject(colorObject) ⇒ void
セルの背景の色オブジェクトの設定を行います。.
-
#setLinearGradient(linearFill) ⇒ void
線形グラデーションフィルオブジェクトを適用します。.
-
#setPatternFill(patternFill) ⇒ void
パターンフィルオブジェクトを適用します。.
-
#setRectangleGradient(rectangleFill) ⇒ void
パスグラディエントフィルオブジェクトを適用します。.
Constructor Details
#initialize ⇒ void
コンストラクタ
インスタンスを作成します。
Instance Method Details
#getFillType ⇒ RubyOSBXL::Enums::XlFillObjectType
塗りつぶし種類を取得します。
#getLinearGradient ⇒ RubyOSBXL::Dto::LinearGradientObject
線形グラデーションフィルオブジェクトを取得します。
#getPatternFill ⇒ RubyOSBXL::Dto::PatternFillObject
パターンフィルオブジェクトを取得します。
#getRectangleGradient ⇒ RubyOSBXL::Dto::RectangleGradientObject
パスグラディエントオブジェクトを取得します。
#setCellColorObject(colorObject) ⇒ void
Note:
パターンフィルオブジェクトを設定し、パターンタイプをソリッドフィルに設定し、色オブジェクトを設定するのと同じです。
セルの背景の色オブジェクトの設定を行います。
#setLinearGradient(linearFill) ⇒ void
線形グラデーションフィルオブジェクトを適用します。
#setPatternFill(patternFill) ⇒ void
パターンフィルオブジェクトを適用します。
#setRectangleGradient(rectangleFill) ⇒ void
パスグラディエントフィルオブジェクトを適用します。