public interface AsciiList_Itemize extends AsciiList
IMPLICIT_NEWLINE| Modifier and Type | Method and Description |
|---|---|
AsciiList_Itemize |
addAllItems(Collection<String> items)
Adds a collection of new items to the list.
|
AsciiList_Itemize |
addItem(AsciiList list)
Adds a new list to the list.
|
AsciiList_Itemize |
addItem(String item)
Adds a new item to the list.
|
calculateMaxIndentation, calculateMaxIndentation, copy, getItems, getLevel, getPostLabelIndent, getPostLabelString, getPreLabelIndent, getPreLabelString, isContinuedList, prepareRender, render, renderItem, setLabelDefaults, setLevel, setListStyle, setPostLabelIndent, setPostLabelString, setPreLabelIndent, setPreLabelString, setWidthAsciiList_Itemize addItem(String item)
item - new item, only added if not blankAsciiList_Itemize addAllItems(Collection<String> items)
items - collection of items, individual items only added if not blankAsciiList_Itemize addItem(AsciiList list)
AsciiList.isContinuedList() returns true, not continued if it returns false.list - the new listNullPointerException - - if the list is nullIllegalArgumentException - - if the list is emptyCopyright © 2015–2016. All rights reserved.