fluid-pdf
0.18.0
jvm
fluid-pdf
/
io.fluidsonic.pdf
/
PdfMargins
Pdf
Margins
data
class
PdfMargins
(
val
top
:
PdfLengthUnit
,
val
right
:
PdfLengthUnit
,
val
bottom
:
PdfLengthUnit
,
val
left
:
PdfLengthUnit
)
Members
Constructors
Pdf
Margins
Link copied to clipboard
constructor
(
all
:
PdfLengthUnit
)
constructor
(
horizontal
:
PdfLengthUnit
,
vertical
:
PdfLengthUnit
)
constructor
(
top
:
PdfLengthUnit
,
right
:
PdfLengthUnit
,
bottom
:
PdfLengthUnit
,
left
:
PdfLengthUnit
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bottom
Link copied to clipboard
val
bottom
:
PdfLengthUnit
left
Link copied to clipboard
val
left
:
PdfLengthUnit
right
Link copied to clipboard
val
right
:
PdfLengthUnit
top
Link copied to clipboard
val
top
:
PdfLengthUnit