class

CrystalXlsx::Format

Inherits Reference < Object

Constructors

new(num_form_id : Int32 = 0, font_size : Int32 = 11, font_name : String = "Calibri", bold : Bool = false, bg_color : String | Nil = nil, text_color : String | Nil = nil, border : Bool = false, horizontal_alignment : String | Nil = nil, vertical_alignment : String | Nil = nil)
Source

Instance methods

bg_color
Source
bg_color=(bg_color : String | Nil)
Source
bold=(bold : Bool)
Source
bold?
Source
border=(border : Bool)
Source
border?
Source
font_id
Source
font_name
Source
font_name=(font_name : String)
Source
font_size
Source
font_size=(font_size : Int32)
Source
horizontal_alignment
Source
horizontal_alignment=(horizontal_alignment : String | Nil)
Source
index
Source
index=(index : Int32)
Source
merge
Source
num_form_id
Source
num_form_id=(num_form_id : Int32)
Source
text_color
Source
text_color=(text_color : String | Nil)
Source
to_border_xml(xml)
Source
to_fill_xml(xml)
Source
to_font_xml(xml)
Source
to_xml(xml)
Source
vertical_alignment
Source
vertical_alignment=(vertical_alignment : String | Nil)
Source