urvin-compliance/caracal

add funcationality to set width of horizontal rule.

Opened this issue · 0 comments

even I set the width of docx.hr, It takes the full width
here is my code
docx.hr color: '000000',line: :double,size: 8,width: 200,align: :left
is there any other way to set the width of docx.hr ?