| Package | Description |
|---|---|
| de.vandermeer.asciilist |
ASCII lists - ordered and unordered and checklist and more, with many configuration options.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsciiList_Check
A list - called option (list) in HTML, checklist in ASCII Doc.
|
interface |
AsciiList_Description
A list - called description in LaTeX, definition list in HTML, labeled list in ASCII Doc.
|
interface |
AsciiList_Enumerate
A list - called enumerate in LaTeX, ordered in HTML and ASCII Doc.
|
interface |
AsciiList_Itemize
A list - called itemize in LaTeX, unordered in HTML and ASCII Doc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsciiList
Abstract implementation as base for the
AsciiList hierarchy. |
class |
CheckList
Abstract implementation of a checklist
AsciiList_Check. |
class |
DescriptionList
Abstract implementation of a description list
AsciiList_Description. |
class |
EnumerateList
Abstract implementation of an enumerate list
AsciiList_Enumerate. |
class |
ItemizeList
Abstract implementation of an itemize list
AsciiList_Itemize. |
| Modifier and Type | Method and Description |
|---|---|
AsciiList |
ItemizeList.copy() |
AsciiList |
EnumerateList.copy() |
AsciiList |
DescriptionList.copy() |
AsciiList |
CheckList.copy() |
AsciiList |
AsciiList.copy()
Returns a copy of the list.
|
AsciiList |
AsciiList.setLabelDefaults()
Sets the values for pre/post paramters of labels back to their default values.
|
AsciiList |
AbstractAsciiList.setLabelDefaults() |
AsciiList |
AsciiList.setLevel(int level)
Sets the level of the list.
|
AsciiList |
AbstractAsciiList.setLevel(int level) |
AsciiList |
DescriptionList.setListStyle(ListStyle style) |
AsciiList |
AsciiList.setListStyle(ListStyle style)
Sets the style of a list.
|
AsciiList |
AsciiList.setPostLabelIndent(int indent)
Sets the indentation to be used for an item after the label (and before the post-label string).
|
AsciiList |
AbstractAsciiList.setPostLabelIndent(int indent) |
AsciiList |
AsciiList.setPostLabelString(String str)
Sets a string to be printed after an item label (and before the post-label indentation).
|
AsciiList |
AbstractAsciiList.setPostLabelString(String str) |
AsciiList |
AsciiList.setPreLabelIndent(int indent)
Sets the indentation to be used for an item before the label (and after the pre-label string).
|
AsciiList |
AbstractAsciiList.setPreLabelIndent(int indent) |
AsciiList |
AsciiList.setPreLabelString(String str)
Sets a string to be printed before an item label (and after the pre-label indentation).
|
AsciiList |
AbstractAsciiList.setPreLabelString(String str) |
AsciiList |
AsciiList.setWidth(int width)
Sets the (maximum) width a list (and all items and sub-lists) can have when being rendered.
|
AsciiList |
AbstractAsciiList.setWidth(int width) |
| Modifier and Type | Method and Description |
|---|---|
AsciiList_Itemize |
ItemizeList.addItem(AsciiList list) |
AsciiList_Enumerate |
EnumerateList.addItem(AsciiList list) |
AsciiList_Itemize |
AsciiList_Itemize.addItem(AsciiList list)
Adds a new list to the list.
|
AsciiList_Enumerate |
AsciiList_Enumerate.addItem(AsciiList list)
Adds a new list to the list.
|
Copyright © 2015–2016. All rights reserved.