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)
SourceInstance methods
bg_color
Sourcebg_color=(bg_color : String | Nil)
Sourcebold=(bold : Bool)
Sourcebold?
Sourceborder=(border : Bool)
Sourceborder?
Sourcefont_id
Sourcefont_name
Sourcefont_name=(font_name : String)
Sourcefont_size
Sourcefont_size=(font_size : Int32)
Sourcehorizontal_alignment
Sourcehorizontal_alignment=(horizontal_alignment : String | Nil)
Sourceindex
Sourceindex=(index : Int32)
Sourcemerge
Sourcenum_form_id
Sourcenum_form_id=(num_form_id : Int32)
Sourcetext_color
Sourcetext_color=(text_color : String | Nil)
Sourceto_border_xml(xml)
Sourceto_fill_xml(xml)
Sourceto_font_xml(xml)
Sourceto_xml(xml)
Sourcevertical_alignment
Sourcevertical_alignment=(vertical_alignment : String | Nil)
Source