RtfBorder

data class RtfBorder(val style: RtfBorderStyle = RtfBorderStyle.Single, val widthTwips: Int = 10)(source)

A paragraph border edge.

Parameters

widthTwips

the \brdrwN line width in twips (twentieths of a point).

Constructors

Link copied to clipboard
constructor(style: RtfBorderStyle = RtfBorderStyle.Single, widthTwips: Int = 10)

Properties

Link copied to clipboard
Link copied to clipboard