Class: RubyOSBXL::Dto::FooterObject
- Inherits:
-
Object
- Object
- RubyOSBXL::Dto::FooterObject
- Defined in:
- lib/rubyosbxl.rb
Overview
ページの印刷時のフッターを扱うオブジェクトです。
Instance Method Summary collapse
-
#getCenterFooter ⇒ String
中央フッター文字列を取得します。.
-
#getLeftFooter ⇒ String
左フッター文字列を取得します。.
-
#getRightFooter ⇒ String
右フッター文字列を取得します。.
-
#initialize ⇒ void
constructor
コンストラクタ.
-
#setCenterFooter(footer) ⇒ void
中央フッター文字列を設定します。.
-
#setLeftFooter(footer) ⇒ void
左フッター文字列を設定します。.
-
#setRightFooter(footer) ⇒ void
右フッター文字列を設定します。.
Constructor Details
#initialize ⇒ void
コンストラクタ
インスタンスを作成します。
Instance Method Details
#getCenterFooter ⇒ String
中央フッター文字列を取得します。
#getLeftFooter ⇒ String
左フッター文字列を取得します。
#getRightFooter ⇒ String
右フッター文字列を取得します。
#setCenterFooter(footer) ⇒ void
中央フッター文字列を設定します。
#setLeftFooter(footer) ⇒ void
左フッター文字列を設定します。
#setRightFooter(footer) ⇒ void
右フッター文字列を設定します。