Class: Libxlsxwriter::ChartFont

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/fast_excel/binding/chart.rb

Overview

Fields:

:name

(String) The chart font name, such as “Arial” or “Calibri”.

:size

(Integer) The chart font size. The default is 11.

:bold

(Integer) The chart font bold property. Set to 0 or 1.

:italic

(Integer) The chart font italic property. Set to 0 or 1.

:underline

(Integer) The chart font underline property. Set to 0 or 1.

:rotation

(Integer) The chart font rotation property. Range: -90 to 90.

:color

(Integer) The chart font color. See @ref working_with_colors.

:pitch_family

(Integer) Members for internal use only.

:charset

(Integer)

:baseline

(Integer)

:has_color

(Integer)