Class: RubyOSBXL::Shapes
- Inherits:
-
Object
- Object
- RubyOSBXL::Shapes
- Defined in:
- lib/rubyosbxl.rb
Overview
ワークシートの図形を扱うクラスです。
Instance Method Summary collapse
-
#addImage(imagePath, imageName, left, ptop, width, height) ⇒ void
ワークシートに図を追加します。.
-
#deleteImage(imageName) ⇒ void
ワークシートから図を削除します。.
-
#getImageNames ⇒ Array<String>
ワークシートにある図の名前一覧を取得します。.
-
#resizeImage(imageName, left, ptop, width, height) ⇒ void
ワークシートの図のサイズを変更します。.
Instance Method Details
#addImage(imagePath, imageName, left, ptop, width, height) ⇒ void
ワークシートに図を追加します。
#deleteImage(imageName) ⇒ void
ワークシートから図を削除します。
#getImageNames ⇒ Array<String>
ワークシートにある図の名前一覧を取得します。
#resizeImage(imageName, left, ptop, width, height) ⇒ void
ワークシートの図のサイズを変更します。