toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.dsl.print
/
PaperSizeKt
Paper
Size
Kt
public
final
class
PaperSizeKt
public
final
class
PaperSizeKt
Members
Properties
name
Link copied to clipboard
private
final
static
String
name
private
final
static
String
name
The name of the paper size, if any.
Functions
get
Name
Link copied to clipboard
public
final
String
getName
(
)
public
final
String
getName
(
)
Paper
Size
Link copied to clipboard
public
final
static
PaperSize
PaperSize
(
Double
width
,
Double
height
,
PaperSize.Unit
unit
,
String
name
)
public
final
static
PaperSize
PaperSize
(
Double
width
,
Double
height
,
PaperSize.Unit
unit
,
String
name
)
Creates a new instance of
PaperSize
with the given parameters.