DividerNode

data class DividerNode(val thickness: Dp, val color: PdfColor, val style: LineStyle) : PdfNode

Horizontal divider rendered as a single horizontal stroke spanning the available width.

Constructors

Link copied to clipboard
constructor(thickness: Dp, color: PdfColor, style: LineStyle)

Properties

Link copied to clipboard

stroke colour.

Link copied to clipboard

solid / dashed / dotted pattern.

Link copied to clipboard

stroke width.