class CrystalXlsx::Format

Defined in:

crystal_xlsx/format.cr

Constructors

Instance Method Summary

Constructor Detail

def self.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) #

[View source]

Instance Method Detail

def bg_color : String | Nil #

[View source]
def bg_color=(bg_color : String | Nil) #

[View source]
def bold=(bold : Bool) #

[View source]
def bold? : Bool #

[View source]
def border=(border : Bool) #

[View source]
def border? : Bool #

[View source]
def font_id #

[View source]
def font_name : String #

[View source]
def font_name=(font_name : String) #

[View source]
def font_size : Int32 #

[View source]
def font_size=(font_size : Int32) #

[View source]
def horizontal_alignment : String | Nil #

[View source]
def horizontal_alignment=(horizontal_alignment : String | Nil) #

[View source]
def index : Int32 #

[View source]
def index=(index : Int32) #

[View source]
def merge(**args) #

[View source]
def num_form_id : Int32 #

[View source]
def num_form_id=(num_form_id : Int32) #

[View source]
def text_color : String | Nil #

[View source]
def text_color=(text_color : String | Nil) #

[View source]
def to_border_xml(xml) #

[View source]
def to_fill_xml(xml) #

[View source]
def to_font_xml(xml) #

[View source]
def to_xml(xml) #

[View source]
def vertical_alignment : String | Nil #

[View source]
def vertical_alignment=(vertical_alignment : String | Nil) #

[View source]