Skip to main content

BorderType

A border type.

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);