Class: RubyOSBXL::Dto::ColorScaleObject
- Inherits:
-
FormatCondtionBaseObject
- Object
- FormatCondtionBaseObject
- RubyOSBXL::Dto::ColorScaleObject
- Defined in:
- lib/rubyosbxl.rb
Overview
セル値が数値のセルのみがカラースケールの設定対象となります。
Instance Method Summary collapse
-
#getA1C1 ⇒ String
設定されている適用セル範囲を取得します。.
-
#getMaximumColor ⇒ RubyOSBXL::Dto::ColorObject
評価条件(最大値)のカラースケールの基準値を取得します。.
-
#getMaximumValue ⇒ Numeric
評価条件(最大値)の閾値を取得します。.
-
#getMaximumValueType ⇒ RubyOSBXL::Enums::XlConditionValueType
評価条件(最大値)の評価条件種類を取得します。.
-
#getMediumColor ⇒ RubyOSBXL::Dto::ColorObject
評価条件(中間値)のカラースケールの基準値を取得します。.
-
#getMediumValue ⇒ Numeric
評価条件(中間値)の閾値を取得します。.
-
#getMediumValueType ⇒ RubyOSBXL::Enums::XlConditionValueType
評価条件(中間値)の評価条件種類を取得します。.
-
#getMinimumColor ⇒ RubyOSBXL::Dto::ColorObject
評価条件(最小値)のカラースケールの基準値を取得します。.
-
#getMinimumValue ⇒ Numeric
評価条件(最小値)の閾値を取得します。.
-
#getMinimumValueType ⇒ RubyOSBXL::Enums::XlConditionValueType
評価条件(最小値)の評価条件種類を取得します。.
-
#getStopIfTrue ⇒ bool
現在のルールが適用された場合、そのセルの書式ルールをさらに評価するか取得します。.
-
#initialize ⇒ void
constructor
コンストラクタ.
-
#setA1C1(a1c1) ⇒ void
適用セル範囲を設定します。.
-
#setMaximumCondition(color, ptype, val = -1.0)) ⇒ void
最大値を設定します。.
-
#setMediumCondition(color, ptype, val = -1.0)) ⇒ void
中間値(3色スケール)を設定します。.
-
#setMinimumCondition(color, ptype, val = -1.0)) ⇒ void
最小値を設定します。.
-
#setStopIfTrue(stopIfTrue) ⇒ void
現在のルールが適用された場合、そのセルの書式ルールをさらに評価するか取得します。.
Constructor Details
#initialize ⇒ void
コンストラクタ
インスタンスを作成します。
Instance Method Details
#getA1C1 ⇒ String
設定されている適用セル範囲を取得します。
#getMaximumColor ⇒ RubyOSBXL::Dto::ColorObject
評価条件(最大値)のカラースケールの基準値を取得します。
#getMaximumValue ⇒ Numeric
評価条件(最大値)の閾値を取得します。
#getMaximumValueType ⇒ RubyOSBXL::Enums::XlConditionValueType
評価条件(最大値)の評価条件種類を取得します。
#getMediumColor ⇒ RubyOSBXL::Dto::ColorObject
評価条件(中間値)のカラースケールの基準値を取得します。
#getMediumValue ⇒ Numeric
評価条件(中間値)の閾値を取得します。
#getMediumValueType ⇒ RubyOSBXL::Enums::XlConditionValueType
評価条件(中間値)の評価条件種類を取得します。
#getMinimumColor ⇒ RubyOSBXL::Dto::ColorObject
評価条件(最小値)のカラースケールの基準値を取得します。
#getMinimumValue ⇒ Numeric
評価条件(最小値)の閾値を取得します。
#getMinimumValueType ⇒ RubyOSBXL::Enums::XlConditionValueType
評価条件(最小値)の評価条件種類を取得します。
#getStopIfTrue ⇒ bool
現在のルールが適用された場合、そのセルの書式ルールをさらに評価するか取得します。
#setA1C1(a1c1) ⇒ void
適用セル範囲を設定します。
#setMaximumCondition(color, ptype, val = -1.0)) ⇒ void
最大値を設定します。
#setMediumCondition(color, ptype, val = -1.0)) ⇒ void
中間値(3色スケール)を設定します。
#setMinimumCondition(color, ptype, val = -1.0)) ⇒ void
最小値を設定します。
#setStopIfTrue(stopIfTrue) ⇒ void
現在のルールが適用された場合、そのセルの書式ルールをさらに評価するか取得します。