class Axlsx::Builder::Format

Attributes

alignment[RW]
border_thickness[RW]
borders[RW]
color[RW]
font[RW]
style[RW]

Public Class Methods

new(attrs={}) click to toggle source
Calls superclass method Axlsx::Builder::Object::new
# File lib/axlsx/builder.rb, line 38
def initialize(attrs={})
  @font = Font.new
  @alignment = Alignment.new
  super
end