how could i add separator line under my last parghraph's line like image below
regards
#Create a new paragraph
paragraph = section.AddParagraph()
#Append Text
paragraph.AppendText("Hello World!")
#Set bottom border for paragraph
paragraph.Format.Borders.Bottom.BorderType = BorderStyle.Single