Class: RubyOSBXL::Dto::DataBarObject
- Inherits:
-
FormatCondtionBaseObject
- Object
- FormatCondtionBaseObject
- RubyOSBXL::Dto::DataBarObject
- Defined in:
- lib/rubyosbxl.rb
Overview
セル値が数値のセルのみがデータバー表示対象となります。
Instance Method Summary collapse
-
#getA1C1 ⇒ String
設定されている適用セル範囲を取得します。.
-
#getAxisColor ⇒ RubyOSBXL::Dto::ColorObject
データバーの軸の色オブジェクトを取得します。.
-
#getAxisPosition ⇒ RubyOSBXL::Enums::XlDataBarAxisPosition
データバーの軸の位置を取得します。.
-
#getDataBarBorderColor ⇒ RubyOSBXL::Dto::ColorObject
データバーの淵の線の色オブジェクトを取得します。.
-
#getDataBarBorderType ⇒ RubyOSBXL::Enums::XlDataBarBorderType
データバーの淵の線の種類を取得します。.
-
#getDataBarColor ⇒ RubyOSBXL::Dto::ColorObject
データバーの色オブジェクトを取得します。.
-
#getDataBarDirection ⇒ RubyOSBXL::Enums::XlDataBarDirection
データバーの軸の方向を取得します。.
-
#getDataBarFillType ⇒ RubyOSBXL::Enums::XlDataBarFillType
データバーの塗りつぶし種類を取得します。.
-
#getMaximumCondition ⇒ RubyOSBXL::Enums::XlConditionValueType
評価条件(最大値)の評価条件種類を取得します。.
-
#getMaximumValue ⇒ Numeric
評価条件(最大値)の閾値を取得します。.
-
#getMinimumCondition ⇒ RubyOSBXL::Enums::XlConditionValueType
評価条件(最小値)の評価条件種類を取得します。.
-
#getMinimumValue ⇒ Numeric
評価条件(最小値)の閾値を取得します。.
-
#getNegativeDataBarBorderColor ⇒ RubyOSBXL::Dto::ColorObject
データバーの淵の線の負の値の色オブジェクトを取得します。.
-
#getNegativeDataBarBorderColorType ⇒ RubyOSBXL::Enums::XlDataBarNegativeColorType
データバーの淵の線の負の値の色種類を取得します。.
-
#getNegativeDataBarColor ⇒ RubyOSBXL::Dto::ColorObject
データバーの負の値の色オブジェクトを取得します。.
-
#getNegativeDataBarColorType ⇒ RubyOSBXL::Enums::XlDataBarNegativeColorType
データバーの負の値の色種類を取得します。.
-
#getStopIfTrue ⇒ bool
現在のルールが適用された場合、そのセルの書式ルールをさらに評価するか取得します。.
-
#initialize ⇒ void
constructor
コンストラクタ.
-
#isShowValue ⇒ bool
値を表示しているか取得します。.
-
#setA1C1(a1c1) ⇒ void
適用セル範囲を設定します。.
-
#setAxisColor(color) ⇒ void
データバーの軸の色オブジェクトを設定します。.
-
#setAxisPosition(position) ⇒ void
データバーの軸の位置を設定します。.
-
#setDataBarBorderColor(color) ⇒ void
データバーの淵の線の色オブジェクトを設定します。.
-
#setDataBarBorderType(ptype) ⇒ void
データバーの淵の線の種類を設定します。.
-
#setDataBarColor(color) ⇒ void
データバーの色オブジェクトを設定します。.
-
#setDataBarDirection(direction) ⇒ void
データバーの軸の方向を設定します。.
-
#setDataBarFillType(ptype) ⇒ void
データバーの塗りつぶしの種類を設定します。.
-
#setMaximumCondition(valueType = RubyOSBXL::Enums::XlConditionValueType::ConditionValueTypeMaximum, val = -1.0) ⇒ void
評価条件(最大値)を設定します。.
-
#setMinimumCondition(valueType = RubyOSBXL::Enums::XlConditionValueType::ConditionValueTypeMinimum, val = -1.0) ⇒ void
評価条件(最小値)を設定します。.
-
#setNegativeDataBarBorderColor(color) ⇒ void
データバーの淵の線の負の値の色オブジェクトを設定します。.
-
#setNegativeDataBarBorderColorType(ptype) ⇒ void
データバーの淵の線の負の値の色種類を設定します。.
-
#setNegativeDataBarColor(color) ⇒ void
データバーの負の値の色オブジェクトを設定します。.
-
#setNegativeDataBarColorType(ptype) ⇒ void
データバーの負の値の色種類を設定します。.
-
#setShowValue(show) ⇒ void
値を表示するか設定します。.
-
#setStopIfTrue(stopIfTrue) ⇒ void
現在のルールが適用された場合、そのセルの書式ルールをさらに評価するか取得します。.
Constructor Details
#initialize ⇒ void
コンストラクタ
インスタンスを作成します。
Instance Method Details
#getA1C1 ⇒ String
設定されている適用セル範囲を取得します。
#getAxisColor ⇒ RubyOSBXL::Dto::ColorObject
データバーの軸の色オブジェクトを取得します。
#getAxisPosition ⇒ RubyOSBXL::Enums::XlDataBarAxisPosition
データバーの軸の位置を取得します。
#getDataBarBorderColor ⇒ RubyOSBXL::Dto::ColorObject
データバーの淵の線の色オブジェクトを取得します。
#getDataBarBorderType ⇒ RubyOSBXL::Enums::XlDataBarBorderType
データバーの淵の線の種類を取得します。
#getDataBarColor ⇒ RubyOSBXL::Dto::ColorObject
データバーの色オブジェクトを取得します。
#getDataBarDirection ⇒ RubyOSBXL::Enums::XlDataBarDirection
データバーの軸の方向を取得します。
#getDataBarFillType ⇒ RubyOSBXL::Enums::XlDataBarFillType
データバーの塗りつぶし種類を取得します。
#getMaximumCondition ⇒ RubyOSBXL::Enums::XlConditionValueType
評価条件(最大値)の評価条件種類を取得します。
#getMaximumValue ⇒ Numeric
評価条件(最大値)の閾値を取得します。
#getMinimumCondition ⇒ RubyOSBXL::Enums::XlConditionValueType
評価条件(最小値)の評価条件種類を取得します。
#getMinimumValue ⇒ Numeric
評価条件(最小値)の閾値を取得します。
#getNegativeDataBarBorderColor ⇒ RubyOSBXL::Dto::ColorObject
データバーの淵の線の負の値の色オブジェクトを取得します。
#getNegativeDataBarBorderColorType ⇒ RubyOSBXL::Enums::XlDataBarNegativeColorType
データバーの淵の線の負の値の色種類を取得します。
#getNegativeDataBarColor ⇒ RubyOSBXL::Dto::ColorObject
データバーの負の値の色オブジェクトを取得します。
#getNegativeDataBarColorType ⇒ RubyOSBXL::Enums::XlDataBarNegativeColorType
データバーの負の値の色種類を取得します。
#getStopIfTrue ⇒ bool
現在のルールが適用された場合、そのセルの書式ルールをさらに評価するか取得します。
#isShowValue ⇒ bool
値を表示しているか取得します。
#setA1C1(a1c1) ⇒ void
適用セル範囲を設定します。
#setAxisColor(color) ⇒ void
データバーの軸の色オブジェクトを設定します。
#setAxisPosition(position) ⇒ void
データバーの軸の位置を設定します。
#setDataBarBorderColor(color) ⇒ void
データバーの淵の線の色オブジェクトを設定します。
#setDataBarBorderType(ptype) ⇒ void
データバーの淵の線の種類を設定します。
#setDataBarColor(color) ⇒ void
データバーの色オブジェクトを設定します。
#setDataBarDirection(direction) ⇒ void
データバーの軸の方向を設定します。
#setDataBarFillType(ptype) ⇒ void
データバーの塗りつぶしの種類を設定します。
#setMaximumCondition(valueType = RubyOSBXL::Enums::XlConditionValueType::ConditionValueTypeMaximum, val = -1.0) ⇒ void
評価条件(最大値)を設定します。
#setMinimumCondition(valueType = RubyOSBXL::Enums::XlConditionValueType::ConditionValueTypeMinimum, val = -1.0) ⇒ void
評価条件(最小値)を設定します。
#setNegativeDataBarBorderColor(color) ⇒ void
データバーの淵の線の負の値の色オブジェクトを設定します。
#setNegativeDataBarBorderColorType(ptype) ⇒ void
データバーの淵の線の負の値の色種類を設定します。
#setNegativeDataBarColor(color) ⇒ void
データバーの負の値の色オブジェクトを設定します。
#setNegativeDataBarColorType(ptype) ⇒ void
データバーの負の値の色種類を設定します。
#setShowValue(show) ⇒ void
値を表示するか設定します。
#setStopIfTrue(stopIfTrue) ⇒ void
現在のルールが適用された場合、そのセルの書式ルールをさらに評価するか取得します。