class HexaPDF::Layout::Style
def update(**properties)
style.update(**properties) -> style
:call-seq:
def update(**properties) properties.each {|key, value| send(key, value) } self end
def update(**properties) properties.each {|key, value| send(key, value) } self end