Class LocaleData.PaperSize
java.lang.Object
com.ibm.icu.util.LocaleData.PaperSize
- Enclosing class:
LocaleData
A class that represents the size of letter head used in the country
- Author:
- ram
- Status:
- Stable ICU 2.8.
-
Method Summary
-
Method Details
-
getHeight
public int getHeight()Returns the height of the paper- Returns:
- the height
- Status:
- Stable ICU 2.8.
-
getWidth
public int getWidth()Returns the width of the paper- Returns:
- the width
- Status:
- Stable ICU 2.8.
-