public interface TA_Numbering extends IsTextArt
Root for text art numbering objects, realizing any kind of numbering for instance for headings or enumerate lists.
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxNumber()
Returns the maximum number supported by the scheme.
|
int |
getMinNumber()
Returns the minimum number supported by the scheme.
|
String |
getNumber(int number)
Returns a string representation of the given number using the underlying numbering scheme
|
default StrBuilder |
toDoc() |
int getMinNumber()
Returns the minimum number supported by the scheme.
int getMaxNumber()
Returns the maximum number supported by the scheme.
String getNumber(int number)
Returns a string representation of the given number using the underlying numbering scheme
number - the number to convert to a stringIllegalArgumentException - if the number could not represented by a string because the number was out of range for the schemedefault StrBuilder toDoc()
toDoc in interface HasToDocCopyright © 2016–2017. All rights reserved.