Class: Libxlsxwriter::ImageOptions
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Libxlsxwriter::ImageOptions
- Defined in:
- lib/fast_excel/binding.rb
Overview
Fields:
- :x_offset
-
(Integer) Offset from the left of the cell in pixels.
- :y_offset
-
(Integer) Offset from the top of the cell in pixels.
- :x_scale
-
(Float) X scale of the image as a decimal.
- :y_scale
-
(Float) Y scale of the image as a decimal.
- :row
-
(Integer)
- :col
-
(Integer)
- :filename
-
(String)
- :url
-
(String)
- :tip
-
(String)
- :anchor
-
(Integer)
- :stream
-
(FFI::Pointer(*FILE)) Internal metadata.
- :image_type
-
(Integer)
- :width
-
(Float)
- :height
-
(Float)
- :short_name
-
(String)
- :extension
-
(String)
- :x_dpi
-
(Float)
- :y_dpi
-
(Float)
- :chart
-
(Chart)
- :list_pointers
-
(ImageOptionsListPointers)