Class: RubyOSBXL::Charts::ChartTextBoxAlignment
- Inherits:
-
Object
- Object
- RubyOSBXL::Charts::ChartTextBoxAlignment
- Defined in:
- lib/rubyosbxl.rb
Overview
チャートのテキストボックスの配置に関するクラスです。
Instance Method Summary collapse
-
#getAnchorAlignment ⇒ RubyOSBXL::Enums::XlHVAlign
テキストの配置位置を取得します。.
-
#getBottomMargin ⇒ Numeric
下余白を取得します。.
-
#getColumnCount ⇒ Integer
段組みの数を取得します。.
-
#getColumnSpacing ⇒ Numeric
段組みの間隔を取得します。.
-
#getLeftMargin ⇒ Numeric
左余白を取得します。.
-
#getOrientation ⇒ RubyOSBXL::Enums::XlChartLabelOrientation
文字列の方向を取得します。.
-
#getResizeShapeFitText ⇒ bool
テキストに合わせて図形のサイズを調整するか取得します。.
-
#getRightMargin ⇒ Numeric
右余白を取得します。.
-
#getTextOveflow ⇒ bool
テキストを図形からはみ出して表示するか取得します。.
-
#getTopMargin ⇒ Numeric
上余白を取得します。.
-
#getWrapText ⇒ bool
図形内でテキストを折り返すかどうか取得します。.
- #setAlignment(*args) ⇒ Object
-
#setBottomMargin(margin) ⇒ void
下余白を設定します。.
-
#setColumnCount(count) ⇒ void
段組みの数を設定します。.
-
#setColumnSpacing(spacing) ⇒ void
段組みの間隔を設定します。.
-
#setLeftMargin(margin) ⇒ void
左余白を設定します。.
-
#setRightMargin(margin) ⇒ void
右余白を設定します。.
-
#setTopMargin(margin) ⇒ void
上余白を設定します。.
Instance Method Details
#getAnchorAlignment ⇒ RubyOSBXL::Enums::XlHVAlign
テキストの配置位置を取得します。
#getBottomMargin ⇒ Numeric
下余白を取得します。
#getColumnCount ⇒ Integer
段組みの数を取得します。
#getColumnSpacing ⇒ Numeric
段組みの間隔を取得します。
#getLeftMargin ⇒ Numeric
左余白を取得します。
#getOrientation ⇒ RubyOSBXL::Enums::XlChartLabelOrientation
文字列の方向を取得します。
#getResizeShapeFitText ⇒ bool
テキストに合わせて図形のサイズを調整するか取得します。
#getRightMargin ⇒ Numeric
右余白を取得します。
#getTextOveflow ⇒ bool
テキストを図形からはみ出して表示するか取得します。
#getTopMargin ⇒ Numeric
上余白を取得します。
#getWrapText ⇒ bool
図形内でテキストを折り返すかどうか取得します。
#setAlignment(alignment, orientation) ⇒ void #setAlignment(alignment, orientation, resizeShapeFitText, textOverFlow, wrapText, customAngle) ⇒ void
#setBottomMargin(margin) ⇒ void
下余白を設定します。
#setColumnCount(count) ⇒ void
段組みの数を設定します。
#setColumnSpacing(spacing) ⇒ void
段組みの間隔を設定します。
#setLeftMargin(margin) ⇒ void
左余白を設定します。
#setRightMargin(margin) ⇒ void
右余白を設定します。
#setTopMargin(margin) ⇒ void
上余白を設定します。