BorderType
A border type which will be added to the document element. "none" - no border will be added to the created element or the selected element side. "single" - a single border will be added to the created element or the selected element side.
Type
Enumeration
Values
- "none"
- "single"
Example
The paragraph will have a single 3 point wide green bottom border with a zero offset from the bottom paragraph edge
paraPr.SetBottomBorder("single", 24, 0, 0, 255, 0);