Class: RubyOSBXL::Dto::UniqueValuesObject

Inherits:
FormatCondtionBaseStyleObject show all
Defined in:
lib/rubyosbxl.rb

Overview

UniqueValueCondition(ユニーク値による条件付き書式)を扱うオブジェクトです。

Instance Method Summary collapse

Constructor Details

#initializevoid

コンストラクタ

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

Instance Method Details

#getA1C1String

設定されている適用セル範囲を取得します。

Returns:

  • (String)

    セル範囲

#getBordersRubyOSBXL::Dto::BordersObject

枠線の書式(一括)オブジェクトを取得します。

Returns:

#getConditionbool

評価条件を取得します。

Returns:

  • (bool)

    true: 一意 false: 重複

#getFontRubyOSBXL::Dto::FontObject

フォントオブジェクトを取得します。

Returns:

#getLinearGradientFillRubyOSBXL::Dto::LinearGradientObject

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

Returns:

#getNumFmtString

セル表示書式を取得します。

Returns:

  • (String)

    セル表示書式

#getPatternFillRubyOSBXL::Dto::PatternFillObject

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

Returns:

#getRectangleGradientFillRubyOSBXL::Dto::RectangleGradientObject

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

Returns:

#getStopIfTruebool

現在のルールが適用された場合、そのセルの書式ルールをさらに評価するか取得します。

Returns:

  • (bool)

    true: さらに適用される false: このルールで止まる

#setA1C1(a1c1) ⇒ void

適用セル範囲を設定します。

Parameters:

  • a1c1 (String)

    セル範囲

#setBorders(borders) ⇒ void

枠線の書式(一括)オブジェクトを設定します。

Parameters:

#setCondition(isUnique) ⇒ void

評価条件を設定します。

Parameters:

  • isUnique (bool)

    true: 一意 false: 重複

#setFont(font) ⇒ void

フォントオブジェクトを設定します。

Parameters:

#setLinearGradientFill(fill) ⇒ void

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

Parameters:

#setNumFmt(format) ⇒ void

セル表示書式を設定します。

Parameters:

  • format (String)

    セル表示書式

#setPatternFill(fill) ⇒ void

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

Parameters:

#setRectangleGradientFill(fill) ⇒ void

パスグラデーションフィルオブジェクトを設定します。

Parameters:

#setStopIfTrue(stopIfTrue) ⇒ void

現在のルールが適用された場合、そのセルの書式ルールをさらに評価するか取得します。

Parameters:

  • stopIfTrue (bool)

    true: さらに適用される false: このルールで止まる