PdfKmp
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PdfKmp
pdfkmp
/
com.conamobile.pdfkmp.node
/
BoxChild
Box
Child
data
class
BoxChild
(
val
node
:
PdfNode
,
val
alignment
:
BoxAlignment
)
A single child inside a
BoxNode
together with its anchor point.
Members
Constructors
Box
Child
Link copied to clipboard
constructor
(
node
:
PdfNode
,
alignment
:
BoxAlignment
)
Properties
alignment
Link copied to clipboard
val
alignment
:
BoxAlignment
node
Link copied to clipboard
val
node
:
PdfNode