public interface ListStyle_Enumerate
AsciiList_Enumerate.| Modifier and Type | Method and Description |
|---|---|
String |
getLabel(int position)
Returns the label according to the style for a particular position in an enumerate list.
|
StrBuilder |
toDoc()
Returns a representation of the list style useful for documentation
|
String getLabel(int position)
position - the position in the list (1 or greater)IllegalArgumentException - if position is out of band (i.e. cannot be calculated)StrBuilder toDoc()
Copyright © 2015–2016. All rights reserved.