class OoxmlParser::Stroke
Class for working with Stroke
Attributes
color[RW]
weight[RW]
Public Class Methods
new(weight = nil, color = nil)
click to toggle source
# File lib/ooxml_parser/docx_parser/docx_data/document_structure/docx_paragraph/docx_paragraph_run/shape/shape_properties/stroke.rb, line 8 def initialize(weight = nil, color = nil) @weight = weight @color = color end