pt_8
Eighths of a point (24 eighths of a point = 3 points).
Type
number
Example
The paragraph will have a single 6 point wide green bottom border with a zero offset from the bottom paragraph edge.
- Code
- Result
// How to set a bottom border indicating weight points and color.
// Add bottom border with its type, weight, color, etc.
paraPr.SetBottomBorder("single", 48, 0, 0, 255, 0);