class OpenXml::Docx::Properties::Column
Public Class Methods
new(space, width)
click to toggle source
# File lib/openxml/docx/properties/column.rb, line 12 def initialize(space, width) self.space = space self.width = width end