toggle menu
Fuzio
2026.0.0
jvm
switch theme
search in API
Fuzio
/
tech.fuzio.print
/
PageMargins
Page
Margins
interface
PageMargins
The page margins used for printing.
Inheritors
CustomMargins
Members
Types
Custom
Margins
Link copied to clipboard
interface
CustomMargins
:
PageMargins
Page margins in points.
Functions
default
Margins
Link copied to clipboard
open
fun
defaultMargins
(
)
:
PageMargins
Creates default margins for the web page.
none
Link copied to clipboard
open
fun
none
(
)
:
PageMargins
Creates empty margins for the web page.
of
Link copied to clipboard
open
fun
of
(
left
:
Int
,
right
:
Int
,
top
:
Int
,
bottom
:
Int
)
:
PageMargins.CustomMargins
Creates custom margins for the web page in points.