Added in API level 28
PaperSize
class PaperSize
| kotlin.Any | |
| ↳ | android.icu.util.LocaleData.PaperSize |
A class that represents the size of letter head used in the country
Summary
| Public methods | |
|---|---|
| Int |
Returns the height of the paper |
| Int |
getWidth()Returns the width of the paper |
Public methods
getHeight
Added in API level 28
fun getHeight(): Int
Returns the height of the paper
| Return | |
|---|---|
Int |
the height |
getWidth
Added in API level 28
fun getWidth(): Int
Returns the width of the paper
| Return | |
|---|---|
Int |
the width |