public class StyleNumFormat
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static StyleNumFormat |
createAlphabetical(boolean lowercase) |
static StyleNumFormat |
createNumerical() |
static StyleNumFormat |
createRoman(boolean lowercase) |
boolean |
isAlphabetical() |
boolean |
isLowercase() |
boolean |
isRoman() |
public static StyleNumFormat createNumerical()
public static StyleNumFormat createAlphabetical(boolean lowercase)
public static StyleNumFormat createRoman(boolean lowercase)
public boolean isAlphabetical()
public boolean isRoman()
public boolean isLowercase()
Copyright © 2022. All Rights Reserved.