public interface AsciiListItem
| Modifier and Type | Method and Description |
|---|---|
Object |
getContent()
Returns the content of the list item.
|
String |
render(int preLabelIndent,
String preLabelStr,
String label,
String postLabelStr,
int postLabelIndent)
Renders the list item, generates a string representation of it.
|
String render(int preLabelIndent, String preLabelStr, String label, String postLabelStr, int postLabelIndent)
preLabelIndent - indentation before the label (and before the pre-label string)preLabelStr - a string to be printed after pre-indentation but before the labellabel - the actual item label (for instance "*" for an itemize list)postLabelStr - a string to be printed right after the label but before the post-indentationpostLabelIndent - indentation after the post-label string (before the actual item content)Object getContent()
Copyright © 2015–2016. All rights reserved.