public static class Configuration.PagesPerSheetProperties extends Object
A type containing data for pages per sheet properties.
Constructor and Description |
---|
PagesPerSheetProperties() |
PagesPerSheetProperties(int cols,
int rows,
String sheetSize,
String sheetMargin,
String spacing,
Configuration.PagesPerSheetDirection direction)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Configuration.PagesPerSheetProperties |
setCols(Integer value)
The number of columns per sheet.
|
Configuration.PagesPerSheetProperties |
setDirection(Configuration.PagesPerSheetDirection value)
The direction in which the pages are ordered on a sheet.
|
Configuration.PagesPerSheetProperties |
setRows(Integer value)
The number of rows per sheet.
|
Configuration.PagesPerSheetProperties |
setSheetMargin(String value)
The sheet margin as CSS margin, for example
"1in" , "1cm 1.5cm" or "10mm 20mm 10mm 30mm" . |
Configuration.PagesPerSheetProperties |
setSheetSize(String value)
The sheet size as CSS size, for example
"A4" , "letter landscape" , "15in 20in" or
"20cm 30cm" . |
Configuration.PagesPerSheetProperties |
setSpacing(String value)
The horizontal and vertical space between pages on a sheet as CSS value, for example
"0.1in" or
"5mm 2mm" . |
public PagesPerSheetProperties()
@Deprecated public PagesPerSheetProperties(int cols, int rows, String sheetSize, String sheetMargin, String spacing, Configuration.PagesPerSheetDirection direction)
public Configuration.PagesPerSheetProperties setCols(Integer value)
The number of columns per sheet.
Configuration.PagesPerSheetProperties
instance.public Configuration.PagesPerSheetProperties setRows(Integer value)
The number of rows per sheet.
Configuration.PagesPerSheetProperties
instance.public Configuration.PagesPerSheetProperties setSheetSize(String value)
The sheet size as CSS size, for example "A4"
, "letter landscape"
, "15in 20in"
or
"20cm 30cm"
.
Configuration.PagesPerSheetProperties
instance.public Configuration.PagesPerSheetProperties setSheetMargin(String value)
The sheet margin as CSS margin, for example "1in"
, "1cm 1.5cm"
or "10mm 20mm 10mm 30mm"
. null
is
interpreted as "0mm"
.
Configuration.PagesPerSheetProperties
instance.public Configuration.PagesPerSheetProperties setSpacing(String value)
The horizontal and vertical space between pages on a sheet as CSS value, for example "0.1in"
or
"5mm 2mm"
. null
is interpreted as "0mm"
.
Configuration.PagesPerSheetProperties
instance.public Configuration.PagesPerSheetProperties setDirection(Configuration.PagesPerSheetDirection value)
The direction in which the pages are ordered on a sheet.
Configuration.PagesPerSheetProperties
instance.This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.