BorderType
type BorderType = none | single
Description
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.
Try It
oParaPr.SetBottomBorder("single", 24, 0, 0, 255, 0);