struct Xls::Spreadsheet::Font::OptionFlags

Defined in:

xls/spreadsheet/font.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bold : Bool, italic : Bool, underlined : Bool, struck_out : Bool, outlined : Bool, shadowed : Bool, condensed : Bool, extended : Bool) #

[View source]

Instance Method Detail

def bold : Bool #

def clone #

[View source]
def condensed : Bool #

def copy_with(bold _bold = @bold, italic _italic = @italic, underlined _underlined = @underlined, struck_out _struck_out = @struck_out, outlined _outlined = @outlined, shadowed _shadowed = @shadowed, condensed _condensed = @condensed, extended _extended = @extended) #

[View source]
def extended : Bool #

def italic : Bool #

def outlined : Bool #

def shadowed : Bool #

def struck_out : Bool #

def underlined : Bool #