class OoxmlParser::Stroke
Class for working with Stroke
Attributes
Public Class Methods
Source
# File lib/ooxml_parser/docx_parser/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