Class: RubyOSBXL::Dto::UniqueValuesObject
- Inherits:
-
FormatCondtionBaseStyleObject
- Object
- FormatCondtionBaseObject
- FormatCondtionBaseStyleObject
- RubyOSBXL::Dto::UniqueValuesObject
- Defined in:
- lib/rubyosbxl.rb
Overview
UniqueValueCondition(ユニーク値による条件付き書式)を扱うオブジェクトです。
Instance Method Summary collapse
-
#getA1C1 ⇒ String
設定されている適用セル範囲を取得します。.
-
#getBorders ⇒ RubyOSBXL::Dto::BordersObject
枠線の書式(一括)オブジェクトを取得します。.
-
#getCondition ⇒ bool
評価条件を取得します。.
-
#getFont ⇒ RubyOSBXL::Dto::FontObject
フォントオブジェクトを取得します。.
-
#getLinearGradientFill ⇒ RubyOSBXL::Dto::LinearGradientObject
線形グラデーションフィルオブジェクトを取得します。.
-
#getNumFmt ⇒ String
セル表示書式を取得します。.
-
#getPatternFill ⇒ RubyOSBXL::Dto::PatternFillObject
パターンフィルオブジェクトを取得します。.
-
#getRectangleGradientFill ⇒ RubyOSBXL::Dto::RectangleGradientObject
パスグラデーションフィルオブジェクトを取得します。.
-
#getStopIfTrue ⇒ bool
現在のルールが適用された場合、そのセルの書式ルールをさらに評価するか取得します。.
-
#initialize ⇒ void
constructor
コンストラクタ.
-
#setA1C1(a1c1) ⇒ void
適用セル範囲を設定します。.
-
#setBorders(borders) ⇒ void
枠線の書式(一括)オブジェクトを設定します。.
-
#setCondition(isUnique) ⇒ void
評価条件を設定します。.
-
#setFont(font) ⇒ void
フォントオブジェクトを設定します。.
-
#setLinearGradientFill(fill) ⇒ void
線形グラデーションフィルオブジェクトを設定します。.
-
#setNumFmt(format) ⇒ void
セル表示書式を設定します。.
-
#setPatternFill(fill) ⇒ void
パターンフィルオブジェクトを設定します。.
-
#setRectangleGradientFill(fill) ⇒ void
パスグラデーションフィルオブジェクトを設定します。.
-
#setStopIfTrue(stopIfTrue) ⇒ void
現在のルールが適用された場合、そのセルの書式ルールをさらに評価するか取得します。.
Constructor Details
#initialize ⇒ void
コンストラクタ
インスタンスを作成します。
Instance Method Details
#getA1C1 ⇒ String
設定されている適用セル範囲を取得します。
#getBorders ⇒ RubyOSBXL::Dto::BordersObject
枠線の書式(一括)オブジェクトを取得します。
#getCondition ⇒ bool
評価条件を取得します。
#getFont ⇒ RubyOSBXL::Dto::FontObject
フォントオブジェクトを取得します。
#getLinearGradientFill ⇒ RubyOSBXL::Dto::LinearGradientObject
線形グラデーションフィルオブジェクトを取得します。
#getNumFmt ⇒ String
セル表示書式を取得します。
#getPatternFill ⇒ RubyOSBXL::Dto::PatternFillObject
パターンフィルオブジェクトを取得します。
#getRectangleGradientFill ⇒ RubyOSBXL::Dto::RectangleGradientObject
パスグラデーションフィルオブジェクトを取得します。
#getStopIfTrue ⇒ bool
現在のルールが適用された場合、そのセルの書式ルールをさらに評価するか取得します。
#setA1C1(a1c1) ⇒ void
適用セル範囲を設定します。
#setBorders(borders) ⇒ void
枠線の書式(一括)オブジェクトを設定します。
#setCondition(isUnique) ⇒ void
評価条件を設定します。
#setFont(font) ⇒ void
フォントオブジェクトを設定します。
#setLinearGradientFill(fill) ⇒ void
線形グラデーションフィルオブジェクトを設定します。
#setNumFmt(format) ⇒ void
セル表示書式を設定します。
#setPatternFill(fill) ⇒ void
パターンフィルオブジェクトを設定します。
#setRectangleGradientFill(fill) ⇒ void
パスグラデーションフィルオブジェクトを設定します。
#setStopIfTrue(stopIfTrue) ⇒ void
現在のルールが適用された場合、そのセルの書式ルールをさらに評価するか取得します。