Class: RubyOSBXL::Dto::FooterObject

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

Overview

ページの印刷時のフッターを扱うオブジェクトです。

Instance Method Summary collapse

Constructor Details

#initializevoid

コンストラクタ

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

Instance Method Details

#getCenterFooterString

中央フッター文字列を取得します。

Returns:

  • (String)

    中央フッター文字列

#getLeftFooterString

左フッター文字列を取得します。

Returns:

  • (String)

    左フッター文字列

#getRightFooterString

右フッター文字列を取得します。

Returns:

  • (String)

    右フッター文字列

#setCenterFooter(footer) ⇒ void

中央フッター文字列を設定します。

Parameters:

  • footer (String)

    中央フッター文字列

#setLeftFooter(footer) ⇒ void

左フッター文字列を設定します。

Parameters:

  • footer (String)

    左フッター文字列

#setRightFooter(footer) ⇒ void

右フッター文字列を設定します。

Parameters:

  • footer (String)

    右フッター文字列