class OpenXml::Docx::Properties::Border

Attributes

tag[R]

Public Class Methods

new(tag=:bdr) click to toggle source
# File lib/openxml/docx/properties/border.rb, line 19
def initialize(tag=:bdr)
  @tag = tag
end