TextNode

data class TextNode(val text: String, val style: TextStyle) : PdfNode

Constructors

Link copied to clipboard
constructor(text: String, style: TextStyle)

Properties

Link copied to clipboard
Link copied to clipboard