class OoxmlParser::ShapeSize
Attributes
height[RW]
width[RW]
Public Class Methods
new(width = nil, height = nil)
click to toggle source
# File lib/ooxml_parser/docx_parser/docx_data/document_structure/docx_paragraph/docx_paragraph_run/shape/shape_properties/shape_size.rb, line 8 def initialize(width = nil, height = nil) @width = width @height = height end