Set Line Spacing of the Paragraph in a Shape or Textbox with Golang via C++
Contents
[
Hide
]
You can set the line space of the paragraph, its space before and space after using the TextParagraph.GetLineSpace(), TextParagraph.GetSpaceBefore() and TextParagraph.GetSpaceAfter() properties of the TextParagraph class.
The following sample code explains the usage of the mentioned properties.