Class: RubyOSBXL::Dto::TableStyleElementObject

Inherits:
Object
  • Object
show all
Defined in:
lib/rubyosbxl.rb

Overview

テーブルスタイル要素オブジェクトです。

Instance Method Summary collapse

Constructor Details

#initializevoid

コンストラクタ

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

Instance Method Details

#getBordersRubyOSBXL::Dto::BordersObject

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

Returns:

#getFontRubyOSBXL::Dto::FontObject

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

Returns:

#getLinearGradientFillRubyOSBXL::Dto::LinearGradientObject

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

Returns:

#getPatternFillRubyOSBXL::Dto::PatternFillObject

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

Returns:

#getRectangleGradientFillRubyOSBXL::Dto::RectangleGradientObject

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

Returns:

#getSizeInteger

要素のサイズを取得します。

Returns:

  • (Integer)

    要素のサイズ

#setBorders(borders) ⇒ void

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

Parameters:

#setFont(font) ⇒ void

フォント書式オブジェクトを適用します。

Parameters:

#setLinearGradientFill(fill) ⇒ void

線形グラディエントフィルオブジェクトを適用します。

Parameters:

#setPatternFill(fill) ⇒ void

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

Parameters:

#setRectangleGradientFill(fill) ⇒ void

パスグラディエントフィルオブジェクトを適用します。

Parameters:

#setSize(size) ⇒ void

要素のサイズを設定します。

Parameters:

  • size (Integer)

    要素のサイズ