Added in API level 28
Summary:
Methods
| Inherited Methods
LocaleData.PaperSize
public
static
final
class
LocaleData.PaperSize
extends Object
| java.lang.Object | |
| ↳ | android.icu.util.LocaleData.PaperSize |
A class that represents the size of letter head used in the country
Summary
Public methods | |
|---|---|
int
|
getHeight()
Returns the height of the paper |
int
|
getWidth()
Returns the width of the paper |
Inherited methods | |
|---|---|
Public methods
getHeight
Added in API level 28
public int getHeight ()
Returns the height of the paper
| Returns | |
|---|---|
int |
the height |
getWidth
Added in API level 28
public int getWidth ()
Returns the width of the paper
| Returns | |
|---|---|
int |
the width |