struct Xls::Spreadsheet::Xf::UsedAttributesValidity

Defined in:

xls/spreadsheet/xf.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(number_format : Bool, font : Bool, alignment : Bool, border_lines : Bool, background_style : Bool, cell_protection : Bool) #

[View source]

Instance Method Detail

def alignment : Bool #

def background_style : Bool #

def border_lines : Bool #

def cell_protection : Bool #

def clone #

[View source]
def copy_with(number_format _number_format = @number_format, font _font = @font, alignment _alignment = @alignment, border_lines _border_lines = @border_lines, background_style _background_style = @background_style, cell_protection _cell_protection = @cell_protection) #

[View source]
def font : Bool #

def number_format : Bool #